diff options
Diffstat (limited to 'src/multi_window.rs')
-rw-r--r-- | src/multi_window.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/multi_window.rs b/src/multi_window.rs index c4063563..fca0be46 100644 --- a/src/multi_window.rs +++ b/src/multi_window.rs @@ -14,9 +14,7 @@ pub use crate::application::{Appearance, DefaultStyle}; /// document and display only the contents of the `window::Id::MAIN` window. /// /// An [`Application`] can execute asynchronous actions by returning a -/// [`Command`] in some of its methods. If you do not intend to perform any -/// background work in your program, the [`Sandbox`] trait offers a simplified -/// interface. +/// [`Command`] in some of its methods. /// /// When using an [`Application`] with the `debug` feature enabled, a debug view /// can be toggled by pressing `F12`. |