diff options
Diffstat (limited to 'components/config/tests')
-rw-r--r-- | components/config/tests/opts.rs | 2 | ||||
-rw-r--r-- | components/config/tests/prefs.rs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/components/config/tests/opts.rs b/components/config/tests/opts.rs index 3e427074823..030f398a7cb 100644 --- a/components/config/tests/opts.rs +++ b/components/config/tests/opts.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/. */ -extern crate servo_config; - use servo_config::opts::{parse_pref_from_command_line, parse_url_or_filename}; use servo_config::prefs::{PrefValue, PREFS}; use std::path::Path; diff --git a/components/config/tests/prefs.rs b/components/config/tests/prefs.rs index ee3916b7f5a..e4ff276ebb5 100644 --- a/components/config/tests/prefs.rs +++ b/components/config/tests/prefs.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/. */ -extern crate servo_config; - use servo_config::basedir; use servo_config::prefs::{read_prefs, PrefValue, PREFS}; use std::fs::{self, File}; |