mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Rename the 'unstable' feature of the selectors crate to 'bench'
This commit is contained in:
parent
acd857fff9
commit
c496aa16a0
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// Make |cargo bench| work.
|
||||
#![cfg_attr(feature = "unstable", feature(test))]
|
||||
#![cfg_attr(feature = "bench", feature(test))]
|
||||
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[macro_use] extern crate cssparser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue