mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
forbid unsafe in all crates
This commit is contained in:
@ -133,6 +133,7 @@
|
||||
//! [`RedisSessionStore`]: storage::RedisSessionStore
|
||||
//! [`RedisActorSessionStore`]: storage::RedisActorSessionStore
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(rust_2018_idioms, nonstandard_style)]
|
||||
#![warn(future_incompatible, missing_docs)]
|
||||
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
|
||||
|
Reference in New Issue
Block a user