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/general/convert.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/general/convert.rs') diff --git a/src/commands/general/convert.rs b/src/commands/general/convert.rs index c00b4b8..5c41dfd 100644 --- a/src/commands/general/convert.rs +++ b/src/commands/general/convert.rs @@ -3,6 +3,7 @@ use crate::Context; use bottomify::bottom; use color_eyre::eyre::Result; +#[allow(clippy::unused_async)] #[poise::command( slash_command, subcommands("to_fahrenheit", "to_celsius", "to_bottom", "from_bottom") -- cgit v1.2.3