mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Report use statements that use {} with only one entry
This commit is contained in:
parent
4dcb05ca4f
commit
40acd24e8f
55 changed files with 92 additions and 89 deletions
|
@ -5,7 +5,7 @@
|
|||
//! A module for writing time profiler traces out to a self contained HTML file.
|
||||
|
||||
use profile_traits::time::{ProfilerCategory, TimerMetadata};
|
||||
use serde_json::{self};
|
||||
use serde_json;
|
||||
use std::fs;
|
||||
use std::io::Write;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue