diff options
author | 2023-11-29 22:46:47 +0100 | |
---|---|---|
committer | 2023-11-29 22:46:47 +0100 | |
commit | 6740c2c5d6b24399dab1343abdfec5daf4b03c98 (patch) | |
tree | c890a5972b31b42d591acbeb17bd05fe4e685f54 /src | |
parent | 7def3ee38a3f0f24a331d722b09f325fc9584625 (diff) | |
download | iced-6740c2c5d6b24399dab1343abdfec5daf4b03c98.tar.gz iced-6740c2c5d6b24399dab1343abdfec5daf4b03c98.tar.bz2 iced-6740c2c5d6b24399dab1343abdfec5daf4b03c98.zip |
Fix broken intra-doc links
Diffstat (limited to 'src')
-rw-r--r-- | src/multi_window/application.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multi_window/application.rs b/src/multi_window/application.rs index 0486159e..b6f15149 100644 --- a/src/multi_window/application.rs +++ b/src/multi_window/application.rs @@ -62,6 +62,8 @@ pub use crate::style::application::{Appearance, StyleSheet}; /// } /// } /// ``` +/// +/// [`Sandbox`]: crate::Sandbox pub trait Application: Sized { /// The [`Executor`] that will run commands and subscriptions. /// |