mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix clippy warnings and make them all errors
This commit is contained in:
parent
161c38807d
commit
8989b0d2e3
12 changed files with 24 additions and 23 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue