fix CI
This commit is contained in:
parent
fbd9d268bb
commit
c3444b927a
@ -1,2 +1,2 @@
|
|||||||
[build]
|
[build]
|
||||||
# rustflags = [ "--cfg", "tokio_unstable" ]
|
rustflags = [ "--cfg", "tokio_unstable" ]
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user