diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-06-25 14:16:20 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-06-25 18:16:40 +0530 |
| commit | bb12a5305999824a04f7d01f1e5845f7582a21ca (patch) | |
| tree | 8c4899e22df270c69e0118d88fc22a2960603ead | |
| parent | 1ac83cf031a86bf949144500c5b87d7266a85170 (diff) | |
| parent | 5215acc27b05da8799e9cd5538e51d872989fe68 (diff) | |
| download | rust-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.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), |
