Skip to content

Commit

Permalink
FIXME(RFC1868) point the fixme to the tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nivkner committed Dec 19, 2018
1 parent 8680824 commit 1aaad19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustdoc/clean/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 1aaad19

Please sign in to comment.