We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db684be commit 0e3b31cCopy full SHA for 0e3b31c
src/librustdoc/core.rs
@@ -228,7 +228,7 @@ where
228
229
// Whitelist feature-gated lints to avoid feature errors when trying to
230
// allow all lints.
231
- // FIXME(LeSeulArtichaut): handle feature-gated lints properly.
+ // FIXME(#72694): handle feature-gated lints properly.
232
let unsafe_op_in_unsafe_fn_name = rustc_lint::builtin::UNSAFE_OP_IN_UNSAFE_FN.name;
233
234
whitelisted_lints.push(warnings_lint_name.to_owned());
0 commit comments