clippy
This commit is contained in:
parent
d746d0d073
commit
f582c36f97
7 changed files with 44 additions and 32 deletions
src/core
|
@ -20,7 +20,7 @@ use crate::core::ratelimiter::RateLimiter;
|
|||
// use crate::core::bot_actions::actions_util::BotAR;
|
||||
use crate::core::bot_actions::BotAR;
|
||||
use crate::core::botmodules::ModulesManager;
|
||||
use crate::core::identity::{IdentityManager, Permissible,self};
|
||||
use crate::core::identity::{IdentityManager, Permissible};
|
||||
|
||||
use crate::core::botlog;
|
||||
use crate::core::chat::Chat;
|
||||
|
@ -47,7 +47,7 @@ pub enum ChangeResult {
|
|||
pub struct Channel(pub String);
|
||||
|
||||
use super::bot_actions::ExecBodyParams;
|
||||
use super::botmodules::{BotAction, StatusType};
|
||||
use super::botmodules::StatusType;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct BotManagers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue