mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +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
|
@ -100,7 +100,7 @@ use net_traits::CookieSource::NonHTTP;
|
|||
use net_traits::CoreResourceMsg::{GetCookiesForUrl, SetCookiesForUrl};
|
||||
use net_traits::response::HttpsState;
|
||||
use net_traits::{AsyncResponseTarget, PendingAsyncLoad, IpcSend};
|
||||
use num_traits::{ToPrimitive};
|
||||
use num_traits::ToPrimitive;
|
||||
use origin::Origin;
|
||||
use parse::{ParserRoot, ParserRef, MutNullableParserField};
|
||||
use script_thread::{MainThreadScriptMsg, Runnable};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue