From: Chris Morgan Date: Fri, 20 Jan 2017 16:01:56 +0000 (+0530) Subject: Remove the `bench` Cargo feature as superfluous X-Git-Tag: 1.0.0-beta.1~30 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/b3811cf0d1bdab6154534eda1903c930885749ec?hp=b3811cf0d1bdab6154534eda1903c930885749ec 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. ---