Rollup merge of #34435 - sanxiyn:typo, r=apasel422

Fix typo in future incompatible lint

Found in release triage.
This commit is contained in:
Manish Goregaokar 2016-06-25 14:16:20 +05:30
commit bb12a53059

View file

@ -163,7 +163,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
},
FutureIncompatibleInfo {
id: LintId::of(INVALID_TYPE_PARAM_DEFAULT),
reference: "PR 30742 <https://github.com/rust-lang/rust/pull/30724>",
reference: "PR 30724 <https://github.com/rust-lang/rust/pull/30724>",
},
FutureIncompatibleInfo {
id: LintId::of(SUPER_OR_SELF_IN_GLOBAL_PATH),