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