From cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Mon, 13 Jul 2020 14:38:56 -0700 Subject: alphabetize frameworks --- askama_derive/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_derive/src') diff --git a/askama_derive/src/lib.rs b/askama_derive/src/lib.rs index 2a629d8..2277942 100644 --- a/askama_derive/src/lib.rs +++ b/askama_derive/src/lib.rs @@ -89,6 +89,6 @@ const INTEGRATIONS: Integrations = Integrations { gotham: cfg!(feature = "gotham"), iron: cfg!(feature = "iron"), rocket: cfg!(feature = "rocket"), - warp: cfg!(feature = "warp"), tide: cfg!(feature = "tide"), + warp: cfg!(feature = "warp"), }; -- cgit