switch to released id-arena

This commit is contained in:
Aleksey Kladov 2018-11-28 21:03:30 +03:00
parent 0cda188621
commit 70a7cb34ec
5 changed files with 8 additions and 19 deletions

View file

@ -1,11 +1,4 @@
//! ra_db defines basic database traits. Concrete DB is defined by ra_analysis.
extern crate ra_editor;
extern crate ra_syntax;
extern crate relative_path;
extern crate rustc_hash;
extern crate salsa;
mod syntax_ptr;
mod file_resolver;
mod input;