Skip to content

Commit af28458

Browse files
committed
Downgrade unused_variables to experimental
1 parent 4791a5d commit af28458

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)