Replace @s with Rc types.(fixes #2079)

This commit is contained in:
lpy 2014-04-10 11:13:38 +08:00
parent d7f450dbd7
commit 601480eaf2
10 changed files with 10 additions and 96 deletions

View file

@ -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)]