FIXME(RFC1868) point the fixme to the tracking issue
This commit is contained in:
parent
86808249b4
commit
1aaad19418
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
//! Representation of a `#[doc(cfg(...))]` attribute.
|
||||
|
||||
// FIXME: Once RFC #1868 is implemented, switch to use those structures instead.
|
||||
// FIXME: Once the portability lint RFC is implemented (see tracking issue #41619),
|
||||
// switch to use those structures instead.
|
||||
|
||||
use std::mem;
|
||||
use std::fmt::{self, Write};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue