Fix new errors after merge

This commit is contained in:
Joseph Lyons 2023-01-23 01:31:02 -05:00
parent f2a5a4d0fd
commit c118f9aabd
5 changed files with 10 additions and 17 deletions

View file

@ -20,8 +20,7 @@ use gpui::{
},
impl_actions,
platform::{WindowBounds, WindowOptions},
AssetSource, AsyncAppContext, ClipboardItem, PromptLevel, TitlebarOptions, ViewContext,
WindowKind,
AssetSource, AsyncAppContext, PromptLevel, TitlebarOptions, ViewContext, WindowKind,
};
use language::Rope;
use lazy_static::lazy_static;