diff options
| author | mejrs <59372212+mejrs@users.noreply.github.com> | 2025-06-06 11:11:42 +0200 |
|---|---|---|
| committer | mejrs <59372212+mejrs@users.noreply.github.com> | 2025-06-09 11:44:52 +0200 |
| commit | 81eb182a02770922ce8513545c976004984a42ec (patch) | |
| tree | 906378c38b5f8e62e1e26946abd7e324e5cde8a6 /compiler/rustc_lint/src/lib.rs | |
| parent | 959d6de1a928061256bb845025597be11ddca2ea (diff) | |
| download | rust-81eb182a02770922ce8513545c976004984a42ec.tar.gz rust-81eb182a02770922ce8513545c976004984a42ec.zip | |
Remove rustc_feature::Stability
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lint/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index 0a52e42e442..63c884f1ab9 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -172,7 +172,6 @@ early_lint_methods!( AnonymousParameters: AnonymousParameters, EllipsisInclusiveRangePatterns: EllipsisInclusiveRangePatterns::default(), NonCamelCaseTypes: NonCamelCaseTypes, - DeprecatedAttr: DeprecatedAttr::default(), WhileTrue: WhileTrue, NonAsciiIdents: NonAsciiIdents, IncompleteInternalFeatures: IncompleteInternalFeatures, |
