maud/benchmarks
Chris Wong 162a15ca83
Use std::matches! ()
* Use `std::matches!`

- Remove crates.io `matches` in favor of the `std` version

- Fix Clippy warning by changing a `match ... { ... }` to
  `matches!(...)`

* Satisfy `blocks_in_if_conditions`
2020-07-18 17:49:01 +10:00
..
benches Update dependencies for benchmarks and docs 2020-06-20 19:34:04 +10:00
src Add preliminary benchmarks 2016-10-02 17:24:36 +13:00
.gitignore Add preliminary benchmarks 2016-10-02 17:24:36 +13:00
Cargo.lock Use std::matches! () 2020-07-18 17:49:01 +10:00
Cargo.toml Update benchmarks 2019-03-16 21:28:51 +13:00