We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480c449 commit 8e778f9Copy full SHA for 8e778f9
crates/ra_lsp_server/src/world.rs
@@ -74,7 +74,7 @@ impl WorldState {
74
lru_capacity: Option<usize>,
75
exclude_globs: &[Glob],
76
watch: Watch,
77
- mut options: Options,
+ options: Options,
78
feature_flags: FeatureFlags,
79
) -> WorldState {
80
let mut change = AnalysisChange::new();
0 commit comments