add actions #3

Open
soruh wants to merge 14 commits from CI into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c3444b927a - Show all commits

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,