style: Remove some unneeded cfg(..).

The less not-compiled code in common builds, the better for everybody.
This commit is contained in:
Emilio Cobos Álvarez 2018-05-05 17:28:58 +02:00
parent cb48a837bf
commit 921c389247
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 8 additions and 8 deletions

View file

@ -103,7 +103,6 @@ extern crate void;
#[macro_use]
mod macros;
#[cfg(feature = "servo")]
pub mod animation;
pub mod applicable_declarations;
#[allow(missing_docs)] // TODO.