diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-27 15:08:23 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-27 15:08:23 +0000 |
commit | b2b62b9579e9eefbce27b8a9b799fbd59438ce36 (patch) | |
tree | 42f0c90520885a66f5982aae3746dd9684b8da00 /crates/ra_db/src/lib.rs | |
parent | 964086e0d4874d7e60eb3607220e486ec4b51f86 (diff) | |
parent | 154bce18644698f4e8ef2a2ad2bdd853f2f1e31c (diff) |
Merge #691
691: remove dead code r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_db/src/lib.rs')
-rw-r--r-- | crates/ra_db/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_db/src/lib.rs b/crates/ra_db/src/lib.rs index 6e17f33f0..ca775030d 100644 --- a/crates/ra_db/src/lib.rs +++ b/crates/ra_db/src/lib.rs | |||
@@ -2,7 +2,6 @@ | |||
2 | mod cancellation; | 2 | mod cancellation; |
3 | mod input; | 3 | mod input; |
4 | mod loc2id; | 4 | mod loc2id; |
5 | pub mod mock; | ||
6 | 5 | ||
7 | use std::{ | 6 | use std::{ |
8 | panic, sync::Arc, | 7 | panic, sync::Arc, |