Rename cargo_watch -> flycheck

This commit is contained in:
Aleksey Kladov
2020-03-31 17:05:15 +02:00
parent 6343ddd009
commit 70730d7655
18 changed files with 29 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ use lsp_types::{
WorkDoneProgressBegin, WorkDoneProgressCreateParams, WorkDoneProgressEnd,
WorkDoneProgressReport,
};
use ra_cargo_watch::{url_from_path_with_drive_lowercasing, CheckConfig, CheckTask};
use ra_flycheck::{url_from_path_with_drive_lowercasing, CheckConfig, CheckTask};
use ra_ide::{Canceled, FileId, InlayHintsConfig, LibraryData, SourceRootId};
use ra_prof::profile;
use ra_vfs::{VfsFile, VfsTask, Watch};