Clippy changes

This commit is contained in:
Neshura 2024-05-06 21:00:55 +02:00
parent 85f3044224
commit fc4ce74567
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 0 additions and 2 deletions
src/fetchers

View file

@ -1,7 +1,6 @@
use async_trait::async_trait;
pub mod jnovel;
mod tobooks;
#[async_trait]
pub(crate) trait Fetcher {