]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #34435 - sanxiyn:typo, r=apasel422
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 25 Jun 2016 08:46:20 +0000 (14:16 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 25 Jun 2016 12:46:40 +0000 (18:16 +0530)
Fix typo in future incompatible lint

Found in release triage.

src/librustc_lint/lib.rs

index ed12d0d9f3c11230f0b08d465f75c11f18065f1a..7baadb2b69a5f22df1fc9d380e9342c5396f8250 100644 (file)
@@ -163,7 +163,7 @@ macro_rules! add_lint_group {
         },
         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),