Skip to content

Commit b659752

Browse files
committed
update extra_requirement_in_impl to #37166
1 parent 9252925 commit b659752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
231231
},
232232
FutureIncompatibleInfo {
233233
id: LintId::of(EXTRA_REQUIREMENT_IN_IMPL),
234-
reference: "issue #18937 <https://github.com/rust-lang/rust/issues/18937>",
234+
reference: "issue #37166 <https://github.com/rust-lang/rust/issues/37166>",
235235
},
236236
]);
237237

0 commit comments

Comments
 (0)