mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Make selectors benchmark tests work again.
This commit is contained in:
parent
5d5c715152
commit
5b857686e2
3 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue