Remove unused stability levels from compiler

This commit is contained in:
Brian Anderson 2015-01-12 16:31:11 -08:00
parent 6869645e86
commit 90aa581cff
5 changed files with 8 additions and 32 deletions

View file

@ -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",