⬆️ update rust

This commit is contained in:
Aleksey Kladov 2019-01-18 10:47:41 +03:00
parent 1800bfb6e6
commit b028472481
5 changed files with 2 additions and 5 deletions

View file

@ -12,7 +12,6 @@ use gen_lsp_server::{
use lsp_types::NumberOrString;
use ra_ide_api::{Canceled, FileId, LibraryData};
use ra_vfs::VfsTask;
use rayon;
use rustc_hash::FxHashSet;
use serde::{de::DeserializeOwned, Serialize};
use threadpool::ThreadPool;