aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/feature_flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_db/src/feature_flags.rs')
-rw-r--r--crates/ra_ide_db/src/feature_flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_db/src/feature_flags.rs b/crates/ra_ide_db/src/feature_flags.rs
index 85617640d..1b3cabf4d 100644
--- a/crates/ra_ide_db/src/feature_flags.rs
+++ b/crates/ra_ide_db/src/feature_flags.rs
@@ -1,4 +1,4 @@
1//! FIXME: write short doc here 1//! See docs for `FeatureFlags`.
2 2
3use rustc_hash::FxHashMap; 3use rustc_hash::FxHashMap;
4 4