diff options
Diffstat (limited to 'askama_gotham/src/lib.rs')
-rw-r--r-- | askama_gotham/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_gotham/src/lib.rs b/askama_gotham/src/lib.rs index 965155e..b585148 100644 --- a/askama_gotham/src/lib.rs +++ b/askama_gotham/src/lib.rs @@ -1,4 +1,5 @@ #![deny(elided_lifetimes_in_paths)] +#![deny(unreachable_pub)] pub use askama::*; |