We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c41eb5 commit df67786Copy full SHA for df67786
lib.rs
@@ -4,6 +4,8 @@
4
5
#[link(name = "cssparser", vers = "0.1")];
6
7
+#[feature(globs, macro_rules, struct_variant)];
8
+
9
extern mod extra;
10
11
pub use ast::*;
0 commit comments