Skip to content

Commit fbe57cf

Browse files
committed
Make bare_trait_object not be an epoch lint
1 parent ae5ae84 commit fbe57cf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/librustc_lint/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
276276
id: LintId::of(TYVAR_BEHIND_RAW_POINTER),
277277
reference: "issue #46906 <https://github.com/rust-lang/rust/issues/46906>",
278278
epoch: Some(Epoch::Epoch2018),
279-
},
280-
FutureIncompatibleInfo {
281-
id: LintId::of(lint::builtin::BARE_TRAIT_OBJECT),
282-
reference: "issue #48457 <https://github.com/rust-lang/rust/issues/48457>",
283-
epoch: Some(Epoch::Epoch2018),
284-
}
279+
}
285280
]);
286281

287282
// Register renamed and removed lints

0 commit comments

Comments
 (0)