simplify roots

This commit is contained in:
Aleksey Kladov 2018-10-24 17:25:10 +03:00
parent 8ada1a2689
commit 9a7db8fa00
5 changed files with 18 additions and 50 deletions

View file

@ -1,8 +1,4 @@
extern crate parking_lot;
#[macro_use]
extern crate log;
extern crate fst;
extern crate once_cell;
extern crate ra_editor;
extern crate ra_syntax;
extern crate rayon;