Make selectors benchmark tests work again.

This commit is contained in:
Bobby Holley 2017-06-21 15:23:12 -07:00
parent 5d5c715152
commit 5b857686e2
3 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Make |cargo bench| work.
#![cfg_attr(feature = "unstable", feature(test))]
#[macro_use] extern crate bitflags;
#[macro_use] extern crate cssparser;
#[macro_use] extern crate log;