mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Replace @s with Rc types.(fixes #2079)
This commit is contained in:
parent
d7f450dbd7
commit
601480eaf2
10 changed files with 10 additions and 96 deletions
|
@ -8,7 +8,7 @@
|
|||
#[comment = "The Servo Parallel Browser Project"];
|
||||
#[license = "MPL"];
|
||||
|
||||
#[feature(globs, macro_rules, struct_variant, managed_boxes, phase)];
|
||||
#[feature(globs, macro_rules, struct_variant, phase)];
|
||||
|
||||
#[feature(phase)];
|
||||
#[phase(syntax, link)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue