diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 12:47:36 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 12:51:08 +0200 |
| commit | e7509d41405a1f5af64f2f74166f2bc5f1673225 (patch) | |
| tree | c2e56fb086d83938d4c40238afccc66f925caacb /examples/name/src | |
| parent | fix: markdown `Viewer` impl (diff) | |
| download | iced_selection-e7509d41405a1f5af64f2f74166f2bc5f1673225.tar.gz | |
feat: make markdown support optional with a feature flag
Diffstat (limited to '')
| -rw-r--r-- | examples/name/src/main.rs (renamed from examples/name.rs) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/name.rs b/examples/name/src/main.rs index 6d0edec..2a733d5 100644 --- a/examples/name.rs +++ b/examples/name/src/main.rs @@ -1,4 +1,3 @@ -#![allow(missing_docs)] use iced::widget::{center, column, text_input}; use iced::{Center, Element}; use iced_selection::text; |
