We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5ae84 commit fbe57cfCopy full SHA for fbe57cf
src/librustc_lint/lib.rs
@@ -276,12 +276,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
276
id: LintId::of(TYVAR_BEHIND_RAW_POINTER),
277
reference: "issue #46906 <https://github.com/rust-lang/rust/issues/46906>",
278
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
- }
+ }
285
]);
286
287
// Register renamed and removed lints
0 commit comments