mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
fix ci
This commit is contained in:
parent
11adcce84e
commit
049272ea2b
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@
|
|||
#![deny(clippy::match_like_matches_macro)]
|
||||
#![deny(clippy::needless_update)]
|
||||
#![allow(clippy::module_name_repetitions)]
|
||||
#![allow(clippy::multiple_crate_versions)]
|
||||
#![allow(
|
||||
clippy::multiple_crate_versions,
|
||||
clippy::bool_to_int_with_if,
|
||||
clippy::module_name_repetitions
|
||||
)]
|
||||
//TODO:
|
||||
// #![deny(clippy::expect_used)]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue