We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bea46c commit b986471Copy full SHA for b986471
asyncgit/src/error.rs
@@ -1,5 +1,3 @@
1
-#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
2
-
3
use std::{
4
num::TryFromIntError, path::StripPrefixError,
5
string::FromUtf8Error,
filetreelist/src/error.rs
use std::{num::TryFromIntError, path::PathBuf};
use thiserror::Error;
0 commit comments