diff options
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r-- | components/servo/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index b7a45efa1de..f3837112a82 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -17,7 +17,6 @@ // The `Browser` is fed events from a generic type that implements the // `WindowMethods` trait. #![feature(libc, thread_local)] -#![cfg_attr(not(test), feature(path))] extern crate compositing; extern crate devtools; |