Skip to content

Commit 0e3b31c

Browse files
authored
Update src/librustdoc/core.rs
1 parent db684be commit 0e3b31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/core.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ where
228228

229229
// Whitelist feature-gated lints to avoid feature errors when trying to
230230
// allow all lints.
231-
// FIXME(LeSeulArtichaut): handle feature-gated lints properly.
231+
// FIXME(#72694): handle feature-gated lints properly.
232232
let unsafe_op_in_unsafe_fn_name = rustc_lint::builtin::UNSAFE_OP_IN_UNSAFE_FN.name;
233233

234234
whitelisted_lints.push(warnings_lint_name.to_owned());

0 commit comments

Comments
 (0)