mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
try fix ci
This commit is contained in:
parent
ae5df44d4b
commit
3a1bcb74a2
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
||||
|
||||
use std::{num::TryFromIntError, string::FromUtf8Error};
|
||||
use thiserror::Error;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
||||
|
||||
use std::{num::TryFromIntError, path::PathBuf};
|
||||
use thiserror::Error;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue