Remove the `bench` Cargo feature as superfluous
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commitb3811cf0d1bdab6154534eda1903c930885749ec
treeff8b3657ffdb9acf10bc445db82e9ba5beb48c52
parenteae3d2231258af3b26c7e067e30452c39544b21d
Remove the `bench` Cargo feature as superfluous

A better pattern is to put benchmarks in the `benches` directory;
that way, `cargo test` won’t pick them up by default,
and so it won’t fail on the stable and beta channels.
.travis.yml
CHANGELOG.md
Cargo.toml
benches/bench.rs [new file with mode: 0644]
src/lib.rs