Skip to content

Commit 1aaad19

Browse files
committed
FIXME(RFC1868) point the fixme to the tracking issue
1 parent 8680824 commit 1aaad19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/clean/cfg.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
//! Representation of a `#[doc(cfg(...))]` attribute.
1212
13-
// FIXME: Once RFC #1868 is implemented, switch to use those structures instead.
13+
// FIXME: Once the portability lint RFC is implemented (see tracking issue #41619),
14+
// switch to use those structures instead.
1415

1516
use std::mem;
1617
use std::fmt::{self, Write};

0 commit comments

Comments
 (0)