mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
Downgrade unused_variables
to experimental
This commit is contained in:
parent
4791a5de21
commit
af28458643
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ pub(crate) fn unused_variables(
|
|||
"unused variable",
|
||||
ast,
|
||||
)
|
||||
.experimental()
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Reference in a new issue