diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-06 15:27:23 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-06 15:27:23 +0000 |
commit | ff0f0fc31e84deb7aebf8ab6ec510051d531c9f2 (patch) | |
tree | 696f118a3555b446f930becee802574e344d1afc /crates/ra_ide_db/src/lib.rs | |
parent | aa571e378b67134903a66094cf9aa7b2ce7118e8 (diff) | |
parent | dfbe96750b69fc69e64f3a6094e2c1d574ab42fa (diff) |
Merge #3031
3031: Move imports locator to ide_db r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_db/src/lib.rs')
-rw-r--r-- | crates/ra_ide_db/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/lib.rs b/crates/ra_ide_db/src/lib.rs index e922d1e5f..877ac3c38 100644 --- a/crates/ra_ide_db/src/lib.rs +++ b/crates/ra_ide_db/src/lib.rs | |||
@@ -7,6 +7,8 @@ pub mod line_index_utils; | |||
7 | pub mod feature_flags; | 7 | pub mod feature_flags; |
8 | pub mod symbol_index; | 8 | pub mod symbol_index; |
9 | pub mod change; | 9 | pub mod change; |
10 | pub mod defs; | ||
11 | pub mod imports_locator; | ||
10 | mod wasm_shims; | 12 | mod wasm_shims; |
11 | 13 | ||
12 | use std::sync::Arc; | 14 | use std::sync::Arc; |