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

@@ -11,7 +11,7 @@ use std::{
use crossbeam_channel::{unbounded, Receiver};
use lsp_types::Url;
use parking_lot::RwLock;
use ra_cargo_watch::{url_from_path_with_drive_lowercasing, CheckConfig, CheckWatcher};
use ra_flycheck::{url_from_path_with_drive_lowercasing, CheckConfig, CheckWatcher};
use ra_ide::{
Analysis, AnalysisChange, AnalysisHost, CrateGraph, FileId, InlayHintsConfig, LibraryData,
SourceRootId,