mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
cleanup
This commit is contained in:
parent
0fb1856d18
commit
8f612c5cb4
1 changed files with 8 additions and 6 deletions
14
src/main.rs
14
src/main.rs
|
|
@ -7,12 +7,14 @@
|
|||
unused_assignments
|
||||
)]
|
||||
#![deny(clippy::all, clippy::perf, clippy::nursery, clippy::pedantic)]
|
||||
#![deny(clippy::filetype_is_file)]
|
||||
#![deny(clippy::cargo)]
|
||||
#![deny(clippy::unwrap_used)]
|
||||
#![deny(clippy::panic)]
|
||||
#![deny(clippy::match_like_matches_macro)]
|
||||
#![deny(clippy::needless_update)]
|
||||
#![deny(
|
||||
clippy::unwrap_used,
|
||||
clippy::filetype_is_file,
|
||||
clippy::cargo,
|
||||
clippy::unwrap_used,
|
||||
clippy::panic,
|
||||
clippy::match_like_matches_macro
|
||||
)]
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
#![allow(
|
||||
clippy::multiple_crate_versions,
|
||||
|
|
|
|||
Loading…
Reference in a new issue