Skip to content
Snippets Groups Projects
Commit ae7b808d authored by Stephen D's avatar Stephen D
Browse files

fix clippy warnings

parent 096bf4f4
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,9 @@ use crate::schema::{server_settings, starboard_mappings}; ...@@ -5,11 +5,9 @@ use crate::schema::{server_settings, starboard_mappings};
use anyhow::Context as AnyhowContext; use anyhow::Context as AnyhowContext;
use bigdecimal::{BigDecimal, FromPrimitive, ToPrimitive}; use bigdecimal::{BigDecimal, FromPrimitive, ToPrimitive};
use diesel::{BoolExpressionMethods, ExpressionMethods, PgConnection, QueryDsl, RunQueryDsl}; use diesel::{ExpressionMethods, PgConnection, QueryDsl, RunQueryDsl};
use serenity::async_trait; use serenity::async_trait;
use serenity::model::prelude::{ use serenity::model::prelude::{ChannelId, EmojiId, GuildId, Message, Reaction, ReactionType};
ChannelId, Embed, EmojiId, GuildChannel, GuildId, Message, Reaction, ReactionType,
};
use serenity::prelude::*; use serenity::prelude::*;
use std::sync::Arc; use std::sync::Arc;
use tokio::sync::Mutex; use tokio::sync::Mutex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment