fix sqlite lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-09 20:53:51 -05:00 committed by June
parent 82247f7ab9
commit 39d9cc9d33
2 changed files with 11 additions and 3 deletions

View file

@ -393,6 +393,7 @@ async fn run_server() -> io::Result<()> {
let app;
#[allow(clippy::unnecessary_operation)] // error[E0658]: attributes on expressions are experimental
#[cfg(feature = "zstd_compression")]
{
app = if cfg!(feature = "zstd_compression") && config.zstd_compression {