Skip to content

Commit 74a384c

Browse files
committed
edit comment so it up to date with PR link
1 parent 607a0c1 commit 74a384c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/rustc_attr_parsing/src/interface.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ impl<'sess> AttributeParser<'sess> {
461461

462462
if self.sess.opts.actually_rustdoc
463463
|| self.tools.is_some_and(|t| t.iter().any(|i| i.name == parts[0]))
464-
// FIXME: this can be removed once #152369 has been merged.
465-
// https://github.com/rust-lang/rust/pull/152369
464+
// FIXME: this can be removed once #155691 has been merged.
465+
// https://github.com/rust-lang/rust/pull/155691
466466
|| [sym::allow, sym::deny, sym::expect, sym::forbid, sym::warn]
467467
.contains(&parts[0])
468468
{

0 commit comments

Comments
 (0)