Skip to content

Commit 16f7de6

Browse files
Remove the lint outright
1 parent 35d231e commit 16f7de6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

compiler/rustc_lint_defs/src/builtin.rs

-8
Original file line numberDiff line numberDiff 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-
42424234
declare_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

0 commit comments

Comments
 (0)