mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Apply automatic clippy
This commit is contained in:
parent
054a7d5862
commit
b9f6fa7fb8
14 changed files with 49 additions and 43 deletions
|
@ -56,7 +56,7 @@ async fn list(ctx: &Context, m: &Message, _: Args) -> CommandResult {
|
|||
|
||||
let roles = &roles[start..end];
|
||||
|
||||
const ROLE_HEADERS: [&'static str; 3] = ["Name", "ID", "Description"];
|
||||
const ROLE_HEADERS: [&str; 3] = ["Name", "ID", "Description"];
|
||||
const ROLE_ALIGNS: [Align; 3] = [Right, Right, Right];
|
||||
|
||||
let roles_arr = roles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue