chore: fix compiler warnings
This commit is contained in:
parent
a583d1c6cc
commit
e2b8e6ce63
2 changed files with 1 additions and 41 deletions
|
@ -16,7 +16,7 @@ use language::{Anchor, Buffer, Language, LanguageRegistry};
|
|||
use parking_lot::Mutex;
|
||||
use parsing::{CodeContextRetriever, Document, PARSEABLE_ENTIRE_FILE_TYPES};
|
||||
use postage::watch;
|
||||
use project::{project_settings, search::PathMatcher, Fs, Project, WorktreeId};
|
||||
use project::{search::PathMatcher, Fs, Project, WorktreeId};
|
||||
use smol::channel;
|
||||
use std::{
|
||||
cmp::Ordering,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue