Skip to content

Commit df67786

Browse files
committed
Upgrade Rust.
1 parent 8c41eb5 commit df67786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#[link(name = "cssparser", vers = "0.1")];
66

7+
#[feature(globs, macro_rules, struct_variant)];
8+
79
extern mod extra;
810

911
pub use ast::*;

0 commit comments

Comments
 (0)