mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Sort use
statements
This commit is contained in:
parent
45f7199eee
commit
76e59a46d3
162 changed files with 444 additions and 431 deletions
|
@ -3,8 +3,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use azure::azure_hl::AntialiasMode;
|
||||
use crate::canvas_data::*;
|
||||
use canvas_traits::canvas::*;
|
||||
use crate::canvas_data::*;
|
||||
use euclid::Size2D;
|
||||
use ipc_channel::ipc::{self, IpcSender};
|
||||
use std::borrow::ToOwned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue