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:
@ -1,5 +1,6 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(rust_2018_idioms, nonstandard_style)]
|
||||
#![warn(future_incompatible)]
|
||||
|
||||
use std::{
|
||||
fmt,
|
||||
|
Reference in New Issue
Block a user