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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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