diff options
Diffstat (limited to '')
-rw-r--r-- | askama_derive/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/askama_derive/src/lib.rs b/askama_derive/src/lib.rs index 3557267..b2379f3 100644 --- a/askama_derive/src/lib.rs +++ b/askama_derive/src/lib.rs @@ -115,7 +115,6 @@ const INTEGRATIONS: Integrations = Integrations { actix: cfg!(feature = "actix-web"), axum: cfg!(feature = "axum"), gotham: cfg!(feature = "gotham"), - iron: cfg!(feature = "iron"), mendes: cfg!(feature = "mendes"), rocket: cfg!(feature = "rocket"), tide: cfg!(feature = "tide"), |