Fix clippy warnings and make them all errors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![deny(clippy::all)]
|
||||
|
||||
use crate::storage::{KVStorage, Storage};
|
||||
use actix_web::{get, web, App, HttpServer, Responder, Scope};
|
||||
use api::{api_scope, ServerState};
|
||||
|
||||
Reference in New Issue
Block a user