From 1c7d191e49920a256fb3b548007d84628e8d3b8e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 6 Jun 2014 20:57:07 +0200 Subject: [PATCH] Add an issue number to a FIXME comment. --- src/components/main/layout/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/layout/context.rs b/src/components/main/layout/context.rs index f47cc6775ec..4f340939517 100644 --- a/src/components/main/layout/context.rs +++ b/src/components/main/layout/context.rs @@ -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.