Rename the 'unstable' feature of the selectors crate to 'bench'

This commit is contained in:
Simon Sapin 2017-10-11 23:40:31 +02:00
parent acd857fff9
commit c496aa16a0
3 changed files with 3 additions and 3 deletions

View file

@ -346,7 +346,7 @@ fn create_and_insert_some_stuff() {
}
}
#[cfg(feature = "unstable")]
#[cfg(feature = "bench")]
#[cfg(test)]
mod bench {
extern crate test;