mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
chore: cargo fmt
This commit is contained in:
parent
dca2dc7b6b
commit
f23cc724d4
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ use std::{borrow::Cow, sync::Arc};
|
||||||
use gpui::{div, Action, Component, ViewContext};
|
use gpui::{div, Action, Component, ViewContext};
|
||||||
use ui::{Button, ButtonVariant, IconButton};
|
use ui::{Button, ButtonVariant, IconButton};
|
||||||
|
|
||||||
|
|
||||||
use crate::mode::SearchMode;
|
use crate::mode::SearchMode;
|
||||||
|
|
||||||
pub(super) fn render_nav_button<V: 'static>(
|
pub(super) fn render_nav_button<V: 'static>(
|
||||||
|
|
Loading…
Reference in a new issue