From b36b3d69a8d3e09cdddd6bbde6c7a8af6b54a56b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 5 Feb 2024 17:21:12 +0100 Subject: [PATCH] Fix markdown formatting of link in docstring --- crates/egui/src/memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/memory.rs b/crates/egui/src/memory.rs index 8171b3be..d179d5bb 100644 --- a/crates/egui/src/memory.rs +++ b/crates/egui/src/memory.rs @@ -188,7 +188,7 @@ pub struct Options { /// /// It is recommended you keep this OFF, because /// it is know to cause endless repaints, for unknown reasons - /// (https://github.com/rerun-io/rerun/issues/5018) + /// (). pub repaint_on_widget_change: bool, /// This is a signal to any backend that we want the [`crate::PlatformOutput::events`] read out loud.