Skip to content

Commit 5215acc

Browse files
committed
Fix typo in future incompatible lint
1 parent e41cdab commit 5215acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
163163
},
164164
FutureIncompatibleInfo {
165165
id: LintId::of(INVALID_TYPE_PARAM_DEFAULT),
166-
reference: "PR 30742 <https://github.com/rust-lang/rust/pull/30724>",
166+
reference: "PR 30724 <https://github.com/rust-lang/rust/pull/30724>",
167167
},
168168
FutureIncompatibleInfo {
169169
id: LintId::of(SUPER_OR_SELF_IN_GLOBAL_PATH),

0 commit comments

Comments
 (0)