Skip to content

Commit

Permalink
Downgrade unused_variables to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Sep 30, 2023
1 parent 4791a5d commit af28458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ide-diagnostics/src/handlers/unused_variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub(crate) fn unused_variables(
"unused variable",
ast,
)
.experimental()
}

#[cfg(test)]
Expand Down

0 comments on commit af28458

Please sign in to comment.