Skip to content

Commit

Permalink
Rollup merge of rust-lang#34435 - sanxiyn:typo, r=apasel422
Browse files Browse the repository at this point in the history
Fix typo in future incompatible lint

Found in release triage.
  • Loading branch information
GuillaumeGomez authored Jun 25, 2016
2 parents 50164ab + 5215acc commit 0ee27da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0ee27da

Please sign in to comment.