Fix docstring in area.rs (#1620)
This commit is contained in:
parent
d850b47f9e
commit
3d52cc8867
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue