We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de5265 commit bead96dCopy full SHA for bead96d
src/keys.rs
@@ -1,3 +1,6 @@
1
+//TODO: remove once fixed https://github.com/rust-lang/rust-clippy/issues/6818
2
+#![allow(clippy::use_self)]
3
+
4
use crate::get_app_config_path;
5
use anyhow::Result;
6
use crossterm::event::{KeyCode, KeyEvent, KeyModifiers};
src/ui/style.rs
use asyncgit::{DiffLineType, StatusItemType};
use ron::{
0 commit comments