1
Fork 0

Remove redundant import

This commit is contained in:
Fabian Drinck 2019-03-16 19:19:40 +01:00
parent 8919894c51
commit fef3f5c88d
2 changed files with 1 additions and 4 deletions

View file

@ -1069,8 +1069,6 @@ themePicker.onblur = handleThemeButtonsBlur;
}
if cx.shared.include_sources {
use std::path::Component;
let mut hierarchy = Hierarchy::new(OsString::new());
for source in cx.shared.local_sources.iter()
.filter_map(|p| p.0.strip_prefix(&cx.shared.src_root)