diff --git a/crates/storybook3/src/storybook3.rs b/crates/storybook3/src/storybook3.rs index 38b4250a50..9885208b41 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, }