Clippy fixes

This commit is contained in:
2024-08-30 19:50:09 +01:00
parent 1a1d85b898
commit ab4ff7b035
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ use std::fs;
use log::error;
use nostr::prelude::hex;
use nostr::{Tag, TagKind};
use nostr::TagKind;
use rocket::data::ByteUnit;
use rocket::http::Status;
use rocket::response::Responder;