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

standardize crate level lints

This commit is contained in:
Rob Ede
2021-12-08 06:11:13 +00:00
parent e636af039a
commit ec66754c0d
7 changed files with 10 additions and 6 deletions

View File

@ -45,6 +45,7 @@
//! ```
#![deny(rust_2018_idioms, nonstandard_style)]
#![warn(future_incompatible)]
use std::future::Future;