diff options
author | Jacob Rothstein <hi@jbr.me> | 2020-07-13 14:38:56 -0700 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-07-14 09:46:12 +0200 |
commit | cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24 (patch) | |
tree | f018a5fb0070f8acc493d9fe5ebe8d383182522a /askama_derive/src/lib.rs | |
parent | 29cb90bceb59d9dbea94342dfdd8136e1ef494e6 (diff) | |
download | askama-cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24.tar.gz askama-cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24.tar.bz2 askama-cb60f4e2dea45f9d6fceb45c8547160a5c8b1a24.zip |
alphabetize frameworks
Diffstat (limited to 'askama_derive/src/lib.rs')
-rw-r--r-- | askama_derive/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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"), }; |