mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
standardize crate level lints
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
//! ```
|
||||
|
||||
#![deny(rust_2018_idioms, nonstandard_style)]
|
||||
#![warn(future_incompatible)]
|
||||
|
||||
use std::future::Future;
|
||||
|
||||
|
Reference in New Issue
Block a user