cargo fmt
This commit is contained in:
parent
83f4c61657
commit
a8061232a5
2 changed files with 5 additions and 8 deletions
|
@ -1,6 +1,4 @@
|
|||
use gpui::{
|
||||
div, AnyElement, IntoElement, ParentElement, RenderOnce, Styled, WindowContext,
|
||||
};
|
||||
use gpui::{div, AnyElement, IntoElement, ParentElement, RenderOnce, Styled, WindowContext};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
#[derive(Default, IntoElement)]
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
use gpui::{
|
||||
div, AnyElement, Element, IntoElement, ParentElement, RenderOnce, Styled,
|
||||
WindowContext,
|
||||
};
|
||||
use smallvec::SmallVec;
|
||||
use crate::prelude::*;
|
||||
use crate::v_stack;
|
||||
use gpui::{
|
||||
div, AnyElement, Element, IntoElement, ParentElement, RenderOnce, Styled, WindowContext,
|
||||
};
|
||||
use smallvec::SmallVec;
|
||||
|
||||
/// A popover is used to display a menu or show some options.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue