diff options
Diffstat (limited to 'askama_shared/src/lib.rs')
-rw-r--r-- | askama_shared/src/lib.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/askama_shared/src/lib.rs b/askama_shared/src/lib.rs index f8d5729..8a336bb 100644 --- a/askama_shared/src/lib.rs +++ b/askama_shared/src/lib.rs @@ -274,17 +274,6 @@ pub fn get_template_source(tpl_path: &Path) -> std::result::Result<String, Compi } } -#[derive(Clone, Copy, Debug)] -pub struct Integrations { - pub actix: bool, - pub axum: bool, - pub gotham: bool, - pub mendes: bool, - pub rocket: bool, - pub tide: bool, - pub warp: bool, -} - static CONFIG_FILE_NAME: &str = "askama.toml"; static DEFAULT_SYNTAX_NAME: &str = "default"; static DEFAULT_ESCAPERS: &[(&[&str], &str)] = &[ |