bat/.github
Martin Nordholts c5c683f67c Explicitly allow clippy::match_bool until we bump MSRV
Since we run clippy on Rust 1.42.0 we still get warnings about the
presence of clippy::match_bool lints. That lint has been moved from
'Style' to 'Pedantic' in Rust 1.45.0 and onwards however, so let's
silent it in our clippy runs too.
2021-01-10 20:38:16 +01:00
..
ISSUE_TEMPLATE Update formatting 2021-01-03 21:18:54 +01:00
workflows Explicitly allow clippy::match_bool until we bump MSRV 2021-01-10 20:38:16 +01:00
.codecov.yml Disable code-coverage comments 2020-08-02 21:51:23 +02:00