diff options
| author | pml68 <contact@pml68.dev> | 2025-06-02 22:57:07 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-02 23:09:46 +0200 |
| commit | 4742a63043906b5ff154730070f07dc6b9929eed (patch) | |
| tree | e2c19a4f22074f6b231cb8605c2b2414a39858f8 /examples/save.rs | |
| parent | feat: switch from `String` to `Fragment` for `title` (diff) | |
| download | iced_dialog-4742a63043906b5ff154730070f07dc6b9929eed.tar.gz | |
ci: fix workflow
Diffstat (limited to '')
| -rw-r--r-- | examples/save.rs (renamed from example/src/main.rs) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/src/main.rs b/examples/save.rs index 52903c8..c81d3d6 100644 --- a/example/src/main.rs +++ b/examples/save.rs @@ -1,3 +1,4 @@ +#![allow(missing_docs)] use iced::{ Element, Length, Task, widget::{button, center, column, text}, |
