From 5215acc27b05da8799e9cd5538e51d872989fe68 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Fri, 24 Jun 2016 03:33:40 +0900 Subject: [PATCH] Fix typo in future incompatible lint --- src/librustc_lint/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ macro_rules! add_lint_group { }, FutureIncompatibleInfo { id: LintId::of(INVALID_TYPE_PARAM_DEFAULT), - reference: "PR 30742 ", + reference: "PR 30724 ", }, FutureIncompatibleInfo { id: LintId::of(SUPER_OR_SELF_IN_GLOBAL_PATH), -- 2.44.0