Follow clippy

This commit is contained in:
Kitaiti Makoto
2022-05-05 13:14:11 +09:00
parent 5871ed7301
commit 4e833c2061
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use rocket::{
response::{Responder, Response},
Outcome,
};
use tokio::{runtime, sync::mpsc};
use tokio::runtime;
use tracing::{debug, warn};
use self::sign::Signable;