Extract file_finder into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:30:56 +02:00
parent 1ec0afb2d1
commit cd6378e848
6 changed files with 36 additions and 2 deletions

View file

@ -13,7 +13,7 @@ use zed::{
self,
assets::Assets,
client::{self, http, ChannelList, UserStore},
editor, file_finder,
editor,
fs::RealFs,
language, menus, people_panel, theme_selector, AppState, OpenParams, OpenPaths,
};