diff options
Diffstat (limited to 'components/config/tests/opts.rs')
-rw-r--r-- | components/config/tests/opts.rs | 2 |
1 files changed, 0 insertions, 2 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; |