From fd0abe18d0cfde614cc779fa0da71c4e07107b59 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 14 Jul 2024 22:51:52 +0200 Subject: Implement `application::Update` for `()` --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') 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}; -- cgit