mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Move to a crate
This commit is contained in:
parent
1bfb111cf9
commit
939f05f3e3
11 changed files with 111 additions and 31 deletions
|
@ -10,7 +10,9 @@
|
|||
// For proving that RootDatabase is RefUnwindSafe.
|
||||
#![recursion_limit = "128"]
|
||||
|
||||
mod ide_db;
|
||||
mod ide_db {
|
||||
pub use ra_ide_db::*;
|
||||
}
|
||||
|
||||
mod db;
|
||||
pub mod mock_analysis;
|
||||
|
@ -39,7 +41,6 @@ mod typing;
|
|||
mod matching_brace;
|
||||
mod display;
|
||||
mod inlay_hints;
|
||||
mod wasm_shims;
|
||||
mod expand;
|
||||
mod expand_macro;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue