Hopefully fix YAML syntax

This commit is contained in:
Aleksey Kladov 2020-03-04 18:39:41 +01:00
parent 2722184c6d
commit 558608548f
2 changed files with 1 additions and 2 deletions

View file

@ -90,7 +90,6 @@ pub fn run_clippy() -> Result<()> {
let allowed_lints = [
"clippy::collapsible_if",
"clippy::map_clone", // FIXME: remove when Iterator::copied stabilizes (1.36.0)
"clippy::needless_pass_by_value",
"clippy::nonminimal_bool",
"clippy::redundant_pattern_matching",