aboutsummaryrefslogtreecommitdiff
path: root/examples/rich/src/main.rs
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 12:47:36 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 12:51:08 +0200
commite7509d41405a1f5af64f2f74166f2bc5f1673225 (patch)
treec2e56fb086d83938d4c40238afccc66f925caacb /examples/rich/src/main.rs
parentfix: markdown `Viewer` impl (diff)
downloadiced_selection-e7509d41405a1f5af64f2f74166f2bc5f1673225.tar.gz
feat: make markdown support optional with a feature flag
Diffstat (limited to '')
-rw-r--r--examples/rich/src/main.rs (renamed from examples/iced.rs)1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/iced.rs b/examples/rich/src/main.rs
index e031d08..6c47e0f 100644
--- a/examples/iced.rs
+++ b/examples/rich/src/main.rs
@@ -1,4 +1,3 @@
-#![allow(missing_docs)]
use iced::widget::{center, column, responsive};
use iced::{Center, Element, color};
use iced_selection::{rich_text, span};