Clippy changes
This commit is contained in:
parent
85f3044224
commit
fc4ce74567
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
|
|
||||||
pub mod jnovel;
|
pub mod jnovel;
|
||||||
mod tobooks;
|
|
||||||
|
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
pub(crate) trait Fetcher {
|
pub(crate) trait Fetcher {
|
||||||
|
|
|
@ -2,7 +2,6 @@ use chrono::{Duration};
|
||||||
use log::{LevelFilter};
|
use log::{LevelFilter};
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use reqwest::Client;
|
use reqwest::Client;
|
||||||
use std::fmt::Debug;
|
|
||||||
use systemd_journal_logger::{JournalLog};
|
use systemd_journal_logger::{JournalLog};
|
||||||
|
|
||||||
mod bot;
|
mod bot;
|
||||||
|
|
Loading…
Reference in a new issue