diff --git a/crates/storybook3/src/storybook3.rs b/crates/storybook3/src/storybook3.rs index 38b4250a50bb23917e81ce8f0a82fd8b85a313d7..9885208b4140cb5cee55026a4a5ed19a45dced57 100644 --- a/crates/storybook3/src/storybook3.rs +++ b/crates/storybook3/src/storybook3.rs @@ -8,7 +8,7 @@ use settings::{default_settings, Settings, SettingsStore}; use std::borrow::Cow; use std::sync::Arc; use theme::ThemeSettings; -use ui::{h_stack, prelude::*, ContextMenuStory}; +use ui::{prelude::*, ContextMenuStory}; struct Assets; @@ -56,6 +56,7 @@ fn main() { } struct TestView { + #[allow(unused)] story: AnyView, }