diff options
| author | Michael Goulet <michael@errs.io> | 2023-11-29 02:41:31 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-04-09 12:17:34 -0400 |
| commit | 2d813547bfec8b2829bf411794811df17de52df5 (patch) | |
| tree | 7502189405493363a7499bb156be77982d546743 /compiler/rustc_lint/src/lib.rs | |
| parent | ceff692a023ac37a5a8049be0b38551ee36093c7 (diff) | |
| download | rust-2d813547bfec8b2829bf411794811df17de52df5.tar.gz rust-2d813547bfec8b2829bf411794811df17de52df5.zip | |
Move check to wfcheck
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
| -rw-r--r-- | compiler/rustc_lint/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs index d13c9549476..31c80c4d75b 100644 --- a/compiler/rustc_lint/src/lib.rs +++ b/compiler/rustc_lint/src/lib.rs @@ -78,7 +78,6 @@ mod opaque_hidden_inferred_bound; mod pass_by_value; mod passes; mod ptr_nulls; -mod redundant_lifetime_args; mod redundant_semicolon; mod reference_casting; mod traits; @@ -114,7 +113,6 @@ use noop_method_call::*; use opaque_hidden_inferred_bound::*; use pass_by_value::*; use ptr_nulls::*; -use redundant_lifetime_args::RedundantLifetimeArgs; use redundant_semicolon::*; use reference_casting::*; use traits::*; @@ -235,7 +233,6 @@ late_lint_methods!( MissingDoc: MissingDoc, AsyncFnInTrait: AsyncFnInTrait, NonLocalDefinitions: NonLocalDefinitions::default(), - RedundantLifetimeArgs: RedundantLifetimeArgs, ] ] ); |
