summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7ced9a57..138f0b04 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -345,8 +345,6 @@ pub type Result = std::result::Result<(), Error>;
///
/// This is equivalent to chaining [`application()`] with [`Application::run`].
///
-/// [`program`]: program()
-///
/// # Example
/// ```no_run
/// use iced::widget::{button, column, text, Column};