diff --git a/src/keys.rs b/src/keys.rs index 064dd9e1..503cf5e5 100644 --- a/src/keys.rs +++ b/src/keys.rs @@ -1,3 +1,6 @@ +//TODO: remove once fixed https://github.com/rust-lang/rust-clippy/issues/6818 +#![allow(clippy::use_self)] + use crate::get_app_config_path; use anyhow::Result; use crossterm::event::{KeyCode, KeyEvent, KeyModifiers}; diff --git a/src/ui/style.rs b/src/ui/style.rs index 50b81b21..52ec05d6 100644 --- a/src/ui/style.rs +++ b/src/ui/style.rs @@ -1,3 +1,6 @@ +//TODO: remove once fixed https://github.com/rust-lang/rust-clippy/issues/6818 +#![allow(clippy::use_self)] + use anyhow::Result; use asyncgit::{DiffLineType, StatusItemType}; use ron::{