about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-06-25 14:16:20 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-06-25 18:16:40 +0530
commitbb12a5305999824a04f7d01f1e5845f7582a21ca (patch)
tree8c4899e22df270c69e0118d88fc22a2960603ead
parent1ac83cf031a86bf949144500c5b87d7266a85170 (diff)
parent5215acc27b05da8799e9cd5538e51d872989fe68 (diff)
downloadrust-bb12a5305999824a04f7d01f1e5845f7582a21ca.tar.gz
rust-bb12a5305999824a04f7d01f1e5845f7582a21ca.zip
Rollup merge of #34435 - sanxiyn:typo, r=apasel422
Fix typo in future incompatible lint

Found in release triage.
-rw-r--r--src/librustc_lint/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_lint/lib.rs b/src/librustc_lint/lib.rs
index ed12d0d9f3c..7baadb2b69a 100644
--- a/src/librustc_lint/lib.rs
+++ b/src/librustc_lint/lib.rs
@@ -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),