Skip to content

Commit

Permalink
Work around rust-lang/rust#23110
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcallister authored and Ogeon committed Mar 22, 2015
1 parent a698727 commit c42f0d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#![crate_name="html5ever"]
#![crate_type="dylib"]

#![feature(plugin, box_syntax, no_std)]
#![feature(core, collections, alloc)]
#![feature(plugin, box_syntax, no_std, core, collections, alloc)]
#![deny(warnings)]
#![allow(unused_parens)]

Expand Down

0 comments on commit c42f0d9

Please sign in to comment.