Rename ra_flycheck -> flycheck

This commit is contained in:
Aleksey Kladov
2020-06-25 09:13:46 +02:00
parent 5a184fe855
commit 0ec5d4f55c
8 changed files with 31 additions and 30 deletions

View File

@@ -10,9 +10,9 @@
use std::{ffi::OsString, path::PathBuf};
use crate::diagnostics::DiagnosticsConfig;
use flycheck::FlycheckConfig;
use lsp_types::ClientCapabilities;
use ra_db::AbsPathBuf;
use ra_flycheck::FlycheckConfig;
use ra_ide::{AssistConfig, CompletionConfig, HoverConfig, InlayHintsConfig};
use ra_project_model::{CargoConfig, ProjectJson, ProjectJsonData, ProjectManifest};
use serde::Deserialize;