1
0
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:
Rob Ede
2022-07-09 20:05:47 +01:00
parent e0ffd4e592
commit 9bc014b96f
3 changed files with 3 additions and 0 deletions

View File

@ -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")]