diff options
Diffstat (limited to 'askama_rocket/src/lib.rs')
-rw-r--r-- | askama_rocket/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_rocket/src/lib.rs b/askama_rocket/src/lib.rs index 800e72f..33bd779 100644 --- a/askama_rocket/src/lib.rs +++ b/askama_rocket/src/lib.rs @@ -1,3 +1,4 @@ +#![forbid(unsafe_code)] #![deny(elided_lifetimes_in_paths)] #![deny(unreachable_pub)] |