mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
modernize even more
This commit is contained in:
parent
f6e8b376d1
commit
28ddecf6c9
12 changed files with 29 additions and 70 deletions
|
@ -1,14 +1,6 @@
|
|||
//! ra_analyzer crate is the brain of Rust analyzer. It relies on the `salsa`
|
||||
//! crate, which provides and incremental on-demand database of facts.
|
||||
|
||||
extern crate fst;
|
||||
extern crate ra_editor;
|
||||
extern crate ra_syntax;
|
||||
extern crate rayon;
|
||||
extern crate relative_path;
|
||||
extern crate rustc_hash;
|
||||
extern crate salsa;
|
||||
|
||||
macro_rules! ctry {
|
||||
($expr:expr) => {
|
||||
match $expr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue