try fix ci

This commit is contained in:
Stephan Dilly 2021-07-05 10:55:29 +02:00
parent ae5df44d4b
commit 3a1bcb74a2
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
use std::{num::TryFromIntError, string::FromUtf8Error};
use thiserror::Error;

View file

@ -1,3 +1,5 @@
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
use std::{num::TryFromIntError, path::PathBuf};
use thiserror::Error;