fix sqlite lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
82247f7ab9
commit
39d9cc9d33
2 changed files with 11 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue