about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustdoc/core.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/core.rs b/src/librustdoc/core.rs
index 331ce1453e1..99ca7084c30 100644
--- a/src/librustdoc/core.rs
+++ b/src/librustdoc/core.rs
@@ -228,7 +228,7 @@ where
 
     // Whitelist feature-gated lints to avoid feature errors when trying to
     // allow all lints.
-    // FIXME(LeSeulArtichaut): handle feature-gated lints properly.
+    // FIXME(#72694): handle feature-gated lints properly.
     let unsafe_op_in_unsafe_fn_name = rustc_lint::builtin::UNSAFE_OP_IN_UNSAFE_FN.name;
 
     whitelisted_lints.push(warnings_lint_name.to_owned());