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:
@@ -40,6 +40,7 @@ impl State {
|
||||
/// ui.label("Floating text!");
|
||||
/// });
|
||||
/// # });
|
||||
/// ```
|
||||
#[must_use = "You should call .show()"]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Area {
|
||||
|
||||
Reference in New Issue
Block a user