diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/response.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response.rs b/src/response.rs index ac33adf..b9aa96b 100644 --- a/src/response.rs +++ b/src/response.rs @@ -23,6 +23,7 @@ static QUOTES: LazyLock<Vec<String>> = LazyLock::new(|| { serde_json::from_str(include_str!("../content/json/quotes.json")).unwrap() }); +#[allow(unused)] #[derive(yarte::Template)] #[template(path = "main")] struct Main<'a> { |