mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Reorder imports
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
extern crate servo_config;
|
||||
|
||||
use servo_config::opts::{parse_url_or_filename, parse_pref_from_command_line};
|
||||
use servo_config::opts::{parse_pref_from_command_line, parse_url_or_filename};
|
||||
use servo_config::prefs::{PrefValue, PREFS};
|
||||
use std::path::Path;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
extern crate servo_config;
|
||||
|
||||
use servo_config::basedir;
|
||||
use servo_config::prefs::{PREFS, PrefValue, read_prefs};
|
||||
use servo_config::prefs::{read_prefs, PrefValue, PREFS};
|
||||
use std::fs::{self, File};
|
||||
use std::io::{Read, Write};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user