fix CI
Some checks failed
Code Checks / cargo fmt (pull_request) Successful in 3m4s
Code Checks / cargo clippy (pull_request) Successful in 3m10s
Code Checks / cargo test (pull_request) Failing after 3m17s

This commit is contained in:
soruh 2023-05-07 02:13:31 +02:00
parent fbd9d268bb
commit c3444b927a
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
[build] [build]
# rustflags = [ "--cfg", "tokio_unstable" ] rustflags = [ "--cfg", "tokio_unstable" ]

View File

@ -1,5 +1,5 @@
#![warn(clippy::pedantic)] #![warn(clippy::pedantic)]
// #![allow(clippy::missing_errors_doc)] #![allow(clippy::let_underscore_untyped)] // false positive in stable
use std::{ use std::{
fmt::Debug, fmt::Debug,