Remove Clipboard export in iced
This commit is contained in:
parent
c9711ff48f
commit
f0686eae0e
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ use crate::{Color, Command, Element, Executor, Menu, Settings, Subscription};
|
|||
/// says "Hello, world!":
|
||||
///
|
||||
/// ```no_run
|
||||
/// use iced::{executor, Application, Clipboard, Command, Element, Settings, Text};
|
||||
/// use iced::{executor, Application, Command, Element, Settings, Text};
|
||||
///
|
||||
/// pub fn main() -> iced::Result {
|
||||
/// Hello::run(Settings::default())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue