Skip to content

Commit 800d915

Browse files
committed
1 parent 548861d commit 800d915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
#![crate_name="html5ever"]
1111
#![crate_type="dylib"]
1212

13-
#![feature(plugin, box_syntax, no_std)]
14-
#![feature(core, collections, alloc)]
13+
#![feature(plugin, box_syntax, no_std, core, collections, alloc)]
1514
#![deny(warnings)]
1615
#![allow(unused_parens)]
1716

0 commit comments

Comments
 (0)