diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index d294eeae9c..cbb0fff6fa 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -737,7 +737,7 @@ fn open_settings_file( mod tests { use super::*; use assets::Assets; - use editor::{scroll::Autoscroll, DisplayPoint, Editor, EditorEvent}; + use editor::{scroll::Autoscroll, DisplayPoint, Editor}; use gpui::{ actions, Action, AnyWindowHandle, AppContext, AssetSource, Entity, TestAppContext, VisualTestContext, WindowHandle,