Skip to content

Commit

Permalink
Move util::persistent_list to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Feb 20, 2016
1 parent 875f1e9 commit 307f291
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layout/floats.rs
Expand Up @@ -3,12 +3,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

use app_units::Au;
use persistent_list::PersistentList;
use std::cmp::{max, min};
use std::fmt;
use std::i32;
use style::computed_values::float;
use style::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
use util::persistent_list::PersistentList;

/// The kind of float: left or right.
#[derive(Clone, RustcEncodable, Debug, Copy)]
Expand Down
1 change: 1 addition & 0 deletions components/layout/lib.rs
Expand Up @@ -85,6 +85,7 @@ mod model;
mod multicol;
mod opaque_node;
mod parallel;
mod persistent_list;
mod query;
mod sequential;
mod table;
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion components/util/lib.rs
Expand Up @@ -58,7 +58,6 @@ pub mod linked_list;
#[cfg(feature = "non-geckolib")]
pub mod non_geckolib;
pub mod opts;
pub mod persistent_list;
pub mod prefs;
pub mod print_tree;
pub mod range;
Expand Down

0 comments on commit 307f291

Please sign in to comment.