Skip to content

Commit

Permalink
Add future compat lint declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Feb 1, 2019
1 parent 24f3595 commit bfcd14d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/librustc_lint/lib.rs
Expand Up @@ -229,11 +229,6 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
reference: "issue #34537 <https://github.com/rust-lang/rust/issues/34537>",
edition: None,
},
FutureIncompatibleInfo {
id: LintId::of(EXPORTED_PRIVATE_DEPENDENCIES),
reference: "issue #44663 <https://github.com/rust-lang/rust/issues/44663>",
edition: None,
},
FutureIncompatibleInfo {
id: LintId::of(PUB_USE_OF_PRIVATE_EXTERN_CRATE),
reference: "issue #34537 <https://github.com/rust-lang/rust/issues/34537>",
Expand Down

0 comments on commit bfcd14d

Please sign in to comment.