Run clippy on CI

Fixes #1402.
This commit is contained in:
Kirill Chibisov
2022-06-10 13:43:33 +03:00
committed by GitHub
parent 57981b533d
commit 10419ff441
72 changed files with 377 additions and 312 deletions

View File

@@ -1,4 +1,5 @@
#![cfg(target_os = "macos")]
#![allow(clippy::let_unit_value)]
#[macro_use]
mod util;