diff options
| author | seth <[email protected]> | 2023-12-15 03:17:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | 8d22f09089b13d013cf94526c205f374bdf873c3 (patch) | |
| tree | 505c864e5683e6ece7d2ead2f9e019b8cc797548 /src/commands/general/convert.rs | |
| parent | ebdcc85dc7c80796446535fa2799bb62f2c12aac (diff) | |
enable clippy::all, clippy::pedantic, & clippy::perf
Diffstat (limited to 'src/commands/general/convert.rs')
| -rw-r--r-- | src/commands/general/convert.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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") |
