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 ae5df44 commit 3a1bcb7Copy full SHA for 3a1bcb7
asyncgit/src/error.rs
@@ -1,3 +1,5 @@
1
+#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
2
+
3
use std::{num::TryFromIntError, string::FromUtf8Error};
4
use thiserror::Error;
5
filetreelist/src/error.rs
use std::{num::TryFromIntError, path::PathBuf};
0 commit comments