clippy styling
Some checks failed
Test Rust project / test (ubuntu-latest, stable) (push) Failing after 2m29s
Some checks failed
Test Rust project / test (ubuntu-latest, stable) (push) Failing after 2m29s
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
#![allow(clippy::needless_return)]
|
||||
#![allow(clippy::len_zero)]
|
||||
#![allow(clippy::collapsible_if)]
|
||||
#![allow(clippy::collapsible_else_if)]
|
||||
#![allow(clippy::collapsible_match)]
|
||||
#![allow(clippy::single_match)]
|
||||
|
||||
mod app;
|
||||
|
||||
use std::env::args;
|
||||
|
||||
Reference in New Issue
Block a user