1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

Set up GitHub Actions

This commit is contained in:
Yuki Okushi
2020-01-30 14:44:05 +09:00
parent 8ab2229032
commit 91f6519177
7 changed files with 273 additions and 2 deletions

View File

@ -21,7 +21,6 @@
#![deny(rust_2018_idioms)]
#![deny(unused)]
#![deny(clippy::all)]
#![cfg_attr(feature = "nightly", feature(test))]
pub mod extractors;
pub mod headers;