Skip to content

Commit c650069

Browse files
author
Alexander Regueiro
committed
Converted future-compatibility warning lint to regular lint.
See <#55994 (comment)> for details.
1 parent 8fa33fe commit c650069

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustc_lint/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,6 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
336336
reference: "issue #52234 <https://github.com/rust-lang/rust/issues/52234>",
337337
edition: None,
338338
},
339-
FutureIncompatibleInfo {
340-
id: LintId::of(DUPLICATE_AUTO_TRAITS_IN_TRAIT_OBJECTS),
341-
reference: "issue #56522 <https://github.com/rust-lang/rust/issues/56522>",
342-
edition: None,
343-
},
344339
]);
345340

346341
// Register renamed and removed lints.

0 commit comments

Comments
 (0)