Skip to content

Commit

Permalink
style: Remove a redundant use statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 12, 2019
1 parent fc0dad2 commit a763601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/style/build_gecko.rs
Expand Up @@ -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,
Expand Down

0 comments on commit a763601

Please sign in to comment.