mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove a redundant use statement.
This commit is contained in:
parent
fc0dad2074
commit
a7636010ee
1 changed files with 0 additions and 2 deletions
|
@ -339,8 +339,6 @@ mod bindings {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn setup_logging() -> bool {
|
fn setup_logging() -> bool {
|
||||||
use log;
|
|
||||||
|
|
||||||
struct BuildLogger {
|
struct BuildLogger {
|
||||||
file: Option<Mutex<fs::File>>,
|
file: Option<Mutex<fs::File>>,
|
||||||
filter: String,
|
filter: String,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue