Rollup merge of #34435 - sanxiyn:typo, r=apasel422
Fix typo in future incompatible lint Found in release triage.
This commit is contained in:
commit
bb12a53059
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue