Add an issue number to a FIXME comment.

This commit is contained in:
Ms2ger 2014-06-06 20:57:07 +02:00
parent 3e3536cf39
commit 1c7d191e49

View file

@ -70,7 +70,7 @@ pub struct LayoutContext {
/// The CSS selector stylist.
///
/// FIXME(pcwalton): Make this no longer an unsafe pointer once we have fast `RWArc`s.
/// FIXME(#2604): Make this no longer an unsafe pointer once we have fast `RWArc`s.
pub stylist: *Stylist,
/// The root node at which we're starting the layout.