diff options
Diffstat (limited to 'crates/ra_db')
-rw-r--r-- | crates/ra_db/src/input.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_db/src/input.rs b/crates/ra_db/src/input.rs index f6d11844a..ee4de6fa9 100644 --- a/crates/ra_db/src/input.rs +++ b/crates/ra_db/src/input.rs | |||
@@ -132,7 +132,8 @@ impl CrateGraph { | |||
132 | } | 132 | } |
133 | 133 | ||
134 | 134 | ||
135 | mod test { | 135 | #[cfg(test)] |
136 | mod tests { | ||
136 | use super::{CrateGraph, FxHashMap, FileId, SmolStr}; | 137 | use super::{CrateGraph, FxHashMap, FileId, SmolStr}; |
137 | #[test] | 138 | #[test] |
138 | #[should_panic] | 139 | #[should_panic] |