We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea8623 commit 7aef3d8Copy full SHA for 7aef3d8
lib.rs
@@ -2,11 +2,12 @@
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
-#[crate_id = "github.com/mozilla-servo/rust-cssparser#cssparser:0.1"];
6
-#[feature(globs, macro_rules)];
7
-#[crate_type = "lib"];
8
-#[crate_type = "dylib"];
9
-#[crate_type = "rlib"];
+#![crate_id = "github.com/mozilla-servo/rust-cssparser#cssparser:0.1"]
+#![crate_type = "lib"]
+#![crate_type = "dylib"]
+#![crate_type = "rlib"]
+
10
+#![feature(globs, macro_rules)]
11
12
extern crate encoding; // https://github.com/lifthrasiir/rust-encoding
13
0 commit comments