diff options
Diffstat (limited to 'components/style/build.rs')
-rw-r--r-- | components/style/build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/style/build.rs b/components/style/build.rs index 8e2117614cf..80965f329f5 100644 --- a/components/style/build.rs +++ b/components/style/build.rs @@ -2,8 +2,6 @@ * 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(io, path)] - use std::env; use std::fs::File; use std::io::Write; |