Auto merge of #9636 - nox:mv-cursor, r=Ms2ger

Move util::cursor to style_traits

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9636)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-16 16:50:20 +05:30
commit f0d4c03bd9
27 changed files with 44 additions and 14 deletions

View file

@ -50,7 +50,6 @@ extern crate uuid;
use std::sync::Arc;
pub mod cache;
pub mod cursor;
pub mod debug_utils;
pub mod deque;
pub mod geometry;