diff options
-rw-r--r-- | crates/ra_lsp_server/src/world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/world.rs b/crates/ra_lsp_server/src/world.rs index a52bd2633..c0175c726 100644 --- a/crates/ra_lsp_server/src/world.rs +++ b/crates/ra_lsp_server/src/world.rs | |||
@@ -74,7 +74,7 @@ impl WorldState { | |||
74 | lru_capacity: Option<usize>, | 74 | lru_capacity: Option<usize>, |
75 | exclude_globs: &[Glob], | 75 | exclude_globs: &[Glob], |
76 | watch: Watch, | 76 | watch: Watch, |
77 | mut options: Options, | 77 | options: Options, |
78 | feature_flags: FeatureFlags, | 78 | feature_flags: FeatureFlags, |
79 | ) -> WorldState { | 79 | ) -> WorldState { |
80 | let mut change = AnalysisChange::new(); | 80 | let mut change = AnalysisChange::new(); |