diff options
Diffstat (limited to 'crates/ra_ide_db')
-rw-r--r-- | crates/ra_ide_db/src/feature_flags.rs | 2 |
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 1b3cabf4d..76655f572 100644 --- a/crates/ra_ide_db/src/feature_flags.rs +++ b/crates/ra_ide_db/src/feature_flags.rs | |||
@@ -13,7 +13,7 @@ use rustc_hash::FxHashMap; | |||
13 | /// checked at compile time, to keep things simple and flexible. | 13 | /// checked at compile time, to keep things simple and flexible. |
14 | /// | 14 | /// |
15 | /// Also note that, at the moment, `FeatureFlags` also store features for | 15 | /// Also note that, at the moment, `FeatureFlags` also store features for |
16 | /// `ra_lsp_server`. This should be benign layering violation. | 16 | /// `rust-analyzer`. This should be benign layering violation. |
17 | #[derive(Debug)] | 17 | #[derive(Debug)] |
18 | pub struct FeatureFlags { | 18 | pub struct FeatureFlags { |
19 | flags: FxHashMap<String, bool>, | 19 | flags: FxHashMap<String, bool>, |