mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Remove some unneeded cfg(..).
The less not-compiled code in common builds, the better for everybody.
This commit is contained in:
parent
cb48a837bf
commit
921c389247
3 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue