diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-04-14 19:10:58 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-04-14 19:10:58 +0200 |
commit | a29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24 (patch) | |
tree | d56a75dacf9afee6a088c7f027c4732dd9639644 /components/servo/lib.rs | |
parent | 72a0fb683871365e86febbefb72be9fb136381af (diff) | |
download | servo-a29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24.tar.gz servo-a29ae417cdfaf50ca2d9ed03c4e5be54f99e5b24.zip |
Remove unused feature gate.
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r-- | components/servo/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 107f5e14c0f..7b4423f608c 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -16,7 +16,7 @@ // // The `Browser` is fed events from a generic type that implements the // `WindowMethods` trait. -#![feature(libc, rustc_private, thread_local)] +#![feature(libc, thread_local)] #![cfg_attr(not(test), feature(path))] extern crate compositing; |