Fix doc comments in overlay

This commit is contained in:
Héctor Ramón Jiménez 2022-09-21 12:58:44 +02:00
parent 214f6f9cba
commit 183b925c95
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1,7 +1,6 @@
//! Build and show dropdown menus.
///
/// This is an alias of an `iced_native` element with a default `Renderer`.
//! Display interactive elements on top of other widgets.
pub mod menu {
//! Build and show dropdown menus.
pub use iced_native::overlay::menu::{Appearance, State, StyleSheet};
/// A widget that produces a message when clicked.