Skip to content

Commit

Permalink
Only use the nonzero feature when building servo, not geckolib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Jul 28, 2016
1 parent 0ce17a3 commit 22fe34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/util/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

#![cfg_attr(feature = "servo", feature(custom_derive))]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(nonzero))]
#![cfg_attr(feature = "servo", feature(reflect_marker))]
#![cfg_attr(feature = "servo", plugin(serde_macros))]
#![cfg_attr(feature = "servo", plugin(plugins))]

#![deny(unsafe_code)]
#![feature(nonzero)]

extern crate app_units;
#[allow(unused_extern_crates)] #[macro_use] extern crate bitflags;
Expand Down

0 comments on commit 22fe34c

Please sign in to comment.