mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Codify Arena pattern
This commit is contained in:
parent
8f5fb83413
commit
b6fcd46278
6 changed files with 145 additions and 78 deletions
|
@ -9,6 +9,7 @@ extern crate relative_path;
|
|||
extern crate rustc_hash;
|
||||
extern crate salsa;
|
||||
|
||||
mod arena;
|
||||
mod db;
|
||||
mod loc2id;
|
||||
mod input;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue