Remove unused dependency on util from geckolib.

This commit is contained in:
Ms2ger 2016-08-23 09:05:17 +02:00
parent 581e69f8ba
commit fe6b0b845d
3 changed files with 0 additions and 3 deletions

View file

@ -15,7 +15,6 @@ extern crate selectors;
extern crate style;
extern crate style_traits;
extern crate url;
extern crate util;
mod context;
mod data;