Remove redundant import
This commit is contained in:
parent
8919894c51
commit
fef3f5c88d
2 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue