diff options
Diffstat (limited to 'components/app_units/src/lib.rs')
-rw-r--r-- | components/app_units/src/lib.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/components/app_units/src/lib.rs b/components/app_units/src/lib.rs deleted file mode 100644 index 2d1952dc3aa..00000000000 --- a/components/app_units/src/lib.rs +++ /dev/null @@ -1,16 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#![feature(custom_derive)] -#![feature(plugin)] - -#![plugin(serde_macros)] - -extern crate euclid; -extern crate rustc_serialize; -extern crate serde; - -mod app_unit; - -pub use app_unit::{Au, MIN_AU, MAX_AU, AU_PER_PX}; |