Pass test-tidy.

This commit is contained in:
Alan Jeffrey 2017-01-04 15:23:37 +00:00
parent ef50a64598
commit 1a201fc702

View file

@ -4,11 +4,11 @@
use msg::constellation_msg::{FrameId, PipelineId}; use msg::constellation_msg::{FrameId, PipelineId};
use pipeline::Pipeline; use pipeline::Pipeline;
use servo_url::ServoUrl;
use std::collections::HashMap; use std::collections::HashMap;
use std::iter::once; use std::iter::once;
use std::mem::replace; use std::mem::replace;
use std::time::Instant; use std::time::Instant;
use servo_url::ServoUrl;
/// A frame in the frame tree. /// A frame in the frame tree.
/// Each frame is the constrellation's view of a browsing context. /// Each frame is the constrellation's view of a browsing context.