FIXME(RFC1868) point the fixme to the tracking issue

This commit is contained in:
Niv Kaminer 2018-12-18 19:08:11 +02:00
parent 86808249b4
commit 1aaad19418

View file

@ -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};