diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-06-24 03:33:40 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-06-24 03:33:40 +0900 |
| commit | 5215acc27b05da8799e9cd5538e51d872989fe68 (patch) | |
| tree | 255393c831ebfb24654e3cd18e3c1293a3c5e513 | |
| parent | e41cdabc3e5fff02abfef513d3289370fae358b8 (diff) | |
Fix typo in future incompatible lint
| -rw-r--r-- | src/librustc_lint/lib.rs | 2 |
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), |
