mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
delint
This commit is contained in:
parent
0711121586
commit
c5738a509c
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue