mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 04:21:06 +00:00
c5c683f67c
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.