diff options
author | 2024-07-14 22:51:52 +0200 | |
---|---|---|
committer | 2024-07-14 22:51:52 +0200 | |
commit | fd0abe18d0cfde614cc779fa0da71c4e07107b59 (patch) | |
tree | 12c028c04b3525244815a1d9f41267253557227e /src/lib.rs | |
parent | d9a29f51760efc0b2a9d3b0947c15c51897a7a5e (diff) | |
download | iced-fd0abe18d0cfde614cc779fa0da71c4e07107b59.tar.gz iced-fd0abe18d0cfde614cc779fa0da71c4e07107b59.tar.bz2 iced-fd0abe18d0cfde614cc779fa0da71c4e07107b59.zip |
Implement `application::Update` for `()`
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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}; |