Remove unused stability levels from compiler
This commit is contained in:
parent
6869645e86
commit
90aa581cff
5 changed files with 8 additions and 32 deletions
|
|
@ -660,9 +660,6 @@ impl LintPass for UnusedAttributes {
|
|||
// FIXME: #14407 these are only looked at on-demand so we can't
|
||||
// guarantee they'll have already been checked
|
||||
"deprecated",
|
||||
"experimental",
|
||||
"frozen",
|
||||
"locked",
|
||||
"must_use",
|
||||
"stable",
|
||||
"unstable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue