From 3d52cc8867773616fad281e18697614746fa5f31 Mon Sep 17 00:00:00 2001 From: 4JX <79868816+4JX@users.noreply.github.com> Date: Wed, 11 May 2022 20:44:29 +0000 Subject: [PATCH] Fix docstring in area.rs (#1620) --- egui/src/containers/area.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/egui/src/containers/area.rs b/egui/src/containers/area.rs index 391a4140..31d947f3 100644 --- a/egui/src/containers/area.rs +++ b/egui/src/containers/area.rs @@ -40,6 +40,7 @@ impl State { /// ui.label("Floating text!"); /// }); /// # }); +/// ``` #[must_use = "You should call .show()"] #[derive(Clone, Copy, Debug)] pub struct Area {