Skip to content

Commit b986471

Browse files
author
Naseschwarz
committed
Remove renamed_and_removed_lints/unknown_clippy_lints
1 parent 3bea46c commit b986471

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

asyncgit/src/error.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
2-
31
use std::{
42
num::TryFromIntError, path::StripPrefixError,
53
string::FromUtf8Error,

filetreelist/src/error.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
2-
31
use std::{num::TryFromIntError, path::PathBuf};
42
use thiserror::Error;
53

0 commit comments

Comments
 (0)