maud/maud_macros
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
..
src Use std::matches! () 2020-07-18 17:49:01 +10:00
Cargo.toml Use std::matches! () 2020-07-18 17:49:01 +10:00