servo: Clean up unused variables and imports

This commit is contained in:
Emilio Cobos Álvarez 2016-04-02 16:30:18 +02:00
parent 5e73e1015b
commit a57aa561c1
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
* 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/. */
use util::prefs::{PrefValue, extend_prefs, read_prefs_from_file, get_pref, set_pref, reset_pref, reset_all_prefs};
use util::prefs::{PrefValue, extend_prefs, read_prefs_from_file, get_pref, set_pref, reset_pref};
#[test]
fn test_create_pref() {