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:
@ -16,7 +16,8 @@
|
||||
//! [Middleware]: ./middleware
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(missing_docs, nonstandard_style, rust_2018_idioms)]
|
||||
#![deny(rust_2018_idioms, nonstandard_style)]
|
||||
#![warn(future_incompatible, missing_docs)]
|
||||
|
||||
pub mod extractors;
|
||||
pub mod headers;
|
||||
|
Reference in New Issue
Block a user