We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c41eb5 + df67786 commit 87715ddCopy full SHA for 87715dd
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