File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
compiler/rustc_lint_defs/src Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -3387,7 +3387,6 @@ declare_lint_pass! {
33873387 HIDDEN_GLOB_REEXPORTS ,
33883388 ILL_FORMED_ATTRIBUTE_INPUT ,
33893389 ILLEGAL_FLOATING_POINT_LITERAL_PATTERN ,
3390- IMPLIED_BOUNDS_ENTAILMENT ,
33913390 INCOMPLETE_INCLUDE ,
33923391 INDIRECT_STRUCTURAL_MATCH ,
33933392 INEFFECTIVE_UNSTABLE_TRAIT_IMPL ,
@@ -4232,13 +4231,6 @@ declare_lint! {
42324231 "named arguments in format used positionally"
42334232}
42344233
4235- declare_lint ! {
4236- /// This lint has been removed in favor of a hard error.
4237- pub IMPLIED_BOUNDS_ENTAILMENT ,
4238- Deny ,
4239- "impl method assumes more implied bounds than its corresponding trait method" ,
4240- }
4241-
42424234declare_lint ! {
42434235 /// The `byte_slice_in_packed_struct_with_derive` lint detects cases where a byte slice field
42444236 /// (`[u8]`) or string slice field (`str`) is used in a `packed` struct that derives one or
You can’t perform that action at this time.
0 commit comments