Skip to content

Commit 3a1bcb7

Browse files
author
Stephan Dilly
committed
try fix ci
1 parent ae5df44 commit 3a1bcb7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

asyncgit/src/error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
2+
13
use std::{num::TryFromIntError, string::FromUtf8Error};
24
use thiserror::Error;
35

filetreelist/src/error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
2+
13
use std::{num::TryFromIntError, path::PathBuf};
24
use thiserror::Error;
35

0 commit comments

Comments
 (0)