mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Rustfmt and make tidy happy
This commit is contained in:
parent
f4ba7e503b
commit
50582f1548
5 changed files with 44 additions and 40 deletions
|
@ -72,9 +72,7 @@ use style_traits::CSSPixel;
|
|||
use style_traits::SpeculativePainter;
|
||||
use style_traits::cursor::CursorKind;
|
||||
use webdriver_msg::{LoadStatus, WebDriverScriptCommand};
|
||||
use webrender_api::{
|
||||
DevicePixel, DeviceUintSize, DocumentId, ExternalScrollId, ImageKey, RenderApiSender,
|
||||
};
|
||||
use webrender_api::{DevicePixel, DeviceUintSize, DocumentId, ExternalScrollId, ImageKey, RenderApiSender};
|
||||
use webvr_traits::{WebVREvent, WebVRMsg};
|
||||
|
||||
pub use script_msg::{LayoutMsg, ScriptMsg, EventResult, LogEntry};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue