diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-04-23 00:14:02 +0200 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2015-05-05 10:07:34 -0400 |
commit | ef8edd4e87aeb3cc71dfd9da2f69437080f5410e (patch) | |
tree | 9146cdd7126ead59c57cacbaa04eda0f16761f65 /components/servo/lib.rs | |
parent | 7b87085c1880c60aa3be5b3ec4572a0d93fd5537 (diff) | |
download | servo-ef8edd4e87aeb3cc71dfd9da2f69437080f5410e.tar.gz servo-ef8edd4e87aeb3cc71dfd9da2f69437080f5410e.zip |
Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.
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; |