mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Sort use
statements
This commit is contained in:
parent
45f7199eee
commit
76e59a46d3
162 changed files with 444 additions and 431 deletions
|
@ -13,9 +13,9 @@ pub mod user_interaction;
|
|||
pub mod websocket;
|
||||
|
||||
use crate::dom::globalscope::GlobalScope;
|
||||
use crate::task::{TaskCanceller, TaskOnce};
|
||||
use enum_iterator::IntoEnumIterator;
|
||||
use std::result::Result;
|
||||
use crate::task::{TaskCanceller, TaskOnce};
|
||||
|
||||
// The names of all task sources, used to differentiate TaskCancellers.
|
||||
// Note: When adding a task source, update this enum.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue