diff options
| author | Fuwn <[email protected]> | 2024-03-05 05:00:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-05 05:00:39 -0800 |
| commit | a196dd73514b9c2e95f27970e9c474b9f2d03378 (patch) | |
| tree | c4f4cfdfd3550c59e0d2fddb213be6b327a851c2 /src | |
| parent | feat(footer): remove source code link (diff) | |
| download | locus-a196dd73514b9c2e95f27970e9c474b9f2d03378.tar.xz locus-a196dd73514b9c2e95f27970e9c474b9f2d03378.zip | |
fix(response): unused members
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> { |