Set Adjacent::Position case-insensitive

This commit is contained in:
Guillaume Gomez 2016-06-07 18:19:32 +02:00 committed by ggomez
parent 19f9b5bef9
commit 40feb524d9
2 changed files with 6 additions and 5 deletions

View file

@ -39,6 +39,7 @@ extern crate canvas;
extern crate canvas_traits;
extern crate caseless;
extern crate core;
#[macro_use]
extern crate cssparser;
extern crate devtools_traits;
extern crate encoding;