Skip to content

Commit

Permalink
Auto merge of #15693 - HKalbasi:unused-var, r=HKalbasi
Browse files Browse the repository at this point in the history
Downgrade `unused_variables` to experimental

I feel problems like #15679 are common.
  • Loading branch information
bors committed Sep 30, 2023
2 parents 4791a5d + af28458 commit 0840038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ide-diagnostics/src/handlers/unused_variables.rs
Expand Up @@ -14,6 +14,7 @@ pub(crate) fn unused_variables(
"unused variable",
ast,
)
.experimental()
}

#[cfg(test)]
Expand Down

0 comments on commit 0840038

Please sign in to comment.