mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Rename MockDatabase -> TestDB
Actually working rename is sooo useful!
This commit is contained in:
parent
7649a8ebbe
commit
74d827bb80
6 changed files with 57 additions and 60 deletions
|
@ -29,8 +29,6 @@ macro_rules! impl_froms {
|
|||
pub mod debug;
|
||||
|
||||
pub mod db;
|
||||
#[macro_use]
|
||||
pub mod mock;
|
||||
pub mod source_binder;
|
||||
|
||||
mod ids;
|
||||
|
@ -51,6 +49,8 @@ mod code_model;
|
|||
|
||||
pub mod from_source;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test_db;
|
||||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue