1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Fix docstring in area.rs (#1620)

This commit is contained in:
4JX
2022-05-11 20:44:29 +00:00
committed by GitHub
parent d850b47f9e
commit 3d52cc8867

View File

@@ -40,6 +40,7 @@ impl State {
/// ui.label("Floating text!");
/// });
/// # });
/// ```
#[must_use = "You should call .show()"]
#[derive(Clone, Copy, Debug)]
pub struct Area {