Skip to content

Commit 0840038

Browse files
committed
Auto merge of #15693 - HKalbasi:unused-var, r=HKalbasi
Downgrade `unused_variables` to experimental I feel problems like #15679 are common.
2 parents 4791a5d + af28458 commit 0840038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide-diagnostics/src/handlers/unused_variables.rs

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub(crate) fn unused_variables(
1414
"unused variable",
1515
ast,
1616
)
17+
.experimental()
1718
}
1819

1920
#[cfg(test)]

0 commit comments

Comments
 (0)