From 8d22f09089b13d013cf94526c205f374bdf873c3 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Dec 2023 03:17:20 -0500 Subject: enable clippy::all, clippy::pedantic, & clippy::perf --- src/commands/optional/teawiespam.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/optional/teawiespam.rs') diff --git a/src/commands/optional/teawiespam.rs b/src/commands/optional/teawiespam.rs index a876d09..fd635ff 100644 --- a/src/commands/optional/teawiespam.rs +++ b/src/commands/optional/teawiespam.rs @@ -1,7 +1,7 @@ use crate::Context; use color_eyre::eyre::Result; -use log::*; +use log::debug; /// teawie will spam you. #[poise::command(slash_command, prefix_command)] -- cgit v1.2.3