Compare commits

...

1 commit

Author SHA1 Message Date
fc4ce74567
Clippy changes 2024-05-06 21:00:55 +02:00
2 changed files with 0 additions and 2 deletions
src

View file

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

View file

@ -2,7 +2,6 @@ use chrono::{Duration};
use log::{LevelFilter};
use once_cell::sync::Lazy;
use reqwest::Client;
use std::fmt::Debug;
use systemd_journal_logger::{JournalLog};
mod bot;