aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'askama_gotham/src/lib.rs')
-rw-r--r--askama_gotham/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/askama_gotham/src/lib.rs b/askama_gotham/src/lib.rs
index c929a40..965155e 100644
--- a/askama_gotham/src/lib.rs
+++ b/askama_gotham/src/lib.rs
@@ -1,3 +1,5 @@
+#![deny(elided_lifetimes_in_paths)]
+
pub use askama::*;
pub use gotham::handler::IntoResponse;