chore: fix compiler warnings

This commit is contained in:
Piotr Osiewicz 2023-08-09 01:16:24 +02:00
parent a583d1c6cc
commit e2b8e6ce63
2 changed files with 1 additions and 41 deletions

View file

@ -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,