mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add an issue number to a FIXME comment.
This commit is contained in:
parent
3e3536cf39
commit
1c7d191e49
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue