fix usages after rename

This commit is contained in:
Aleksey Kladov 2019-01-08 22:33:36 +03:00
parent 6bca91af53
commit 5b573deb20
30 changed files with 4280 additions and 31 deletions

View file

@ -10,7 +10,7 @@ use gen_lsp_server::{
handle_shutdown, ErrorCode, RawMessage, RawNotification, RawRequest, RawResponse,
};
use languageserver_types::NumberOrString;
use ra_analysis::{Canceled, FileId, LibraryData};
use ra_ide_api::{Canceled, FileId, LibraryData};
use ra_vfs::VfsTask;
use rayon;
use rustc_hash::FxHashSet;