chore: Fix cargo clippy.

This commit is contained in:
Jason Lee 2025-04-22 19:36:09 +08:00
parent a195795978
commit 5cacffcc06
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ use gpui_component::{
button::{Button, ButtonVariant, ButtonVariants as _},
h_flex,
input::{InputEvent, TextInput},
v_flex, ContextModal, FocusableCycle, Icon, IconName, Root, Sizable,
v_flex, ContextModal, FocusableCycle, Icon, IconName, Sizable,
};
actions!(input_story, [Tab, TabPrev]);

View file

@ -5,7 +5,7 @@ use gpui::{
};
use smallvec::SmallVec;
use crate::{ActiveTheme as _, ContextModal as _, Root};
use crate::{ActiveTheme as _, Root};
use super::TextInput;

View file

@ -34,7 +34,7 @@ use crate::indicator::Indicator;
use crate::input::clear_button;
use crate::scroll::{Scrollbar, ScrollbarAxis, ScrollbarState};
use crate::{h_flex, StyledExt};
use crate::{ActiveTheme, Root};
use crate::ActiveTheme;
use crate::{IconName, Size};
use crate::{Sizable, StyleSized};