mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
sorted the extern crate, mod & use declarations
This commit is contained in:
parent
705ad72aee
commit
889eec364b
194 changed files with 804 additions and 870 deletions
|
@ -5,7 +5,7 @@
|
|||
//! The task that handles all painting.
|
||||
|
||||
use azure::AzFloat;
|
||||
use azure::azure_hl::{SurfaceFormat, Color, DrawTarget, BackendType};
|
||||
use azure::azure_hl::{BackendType, Color, DrawTarget, SurfaceFormat};
|
||||
use canvas_traits::CanvasMsg;
|
||||
use display_list::{self, StackingContext};
|
||||
use euclid::Matrix4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue