Make some feature gates conditional to avoid unused feature warnings.

This commit is contained in:
Ms2ger 2015-02-13 14:56:13 +01:00
parent c0e2a237ec
commit d931617449
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#![feature(int_uint)]
#![feature(core)]
#![feature(hash)]
#![cfg_attr(feature = "window", feature(hash))]
#![feature(box_syntax)]
#![feature(libc)]