mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Pass test-tidy.
This commit is contained in:
parent
ef50a64598
commit
1a201fc702
1 changed files with 1 additions and 1 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
use msg::constellation_msg::{FrameId, PipelineId};
|
||||
use pipeline::Pipeline;
|
||||
use servo_url::ServoUrl;
|
||||
use std::collections::HashMap;
|
||||
use std::iter::once;
|
||||
use std::mem::replace;
|
||||
use std::time::Instant;
|
||||
use servo_url::ServoUrl;
|
||||
|
||||
/// A frame in the frame tree.
|
||||
/// Each frame is the constrellation's view of a browsing context.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue