Skip to content

Commit 8e778f9

Browse files
committed
Clean up straggling mut
1 parent 480c449 commit 8e778f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_lsp_server/src/world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl WorldState {
7474
lru_capacity: Option<usize>,
7575
exclude_globs: &[Glob],
7676
watch: Watch,
77-
mut options: Options,
77+
options: Options,
7878
feature_flags: FeatureFlags,
7979
) -> WorldState {
8080
let mut change = AnalysisChange::new();

0 commit comments

Comments
 (0)