refactor: some clippy recommendations

This commit is contained in:
izzy
2025-05-13 10:48:56 +01:00
parent 2aff76c369
commit 69ae767175
29 changed files with 67 additions and 81 deletions

View File

@@ -588,6 +588,7 @@ pub enum PullRequestEvent {
#[derive(Debug)]
#[allow(clippy::large_enum_variant)]
pub enum BaseEvent {
#[allow(dead_code)]
Star(StarEvent),
Ping,
Push(PushEvent),
@@ -829,7 +830,7 @@ pub async fn webhook_execute_github(
})
.collect::<Vec<String>>()
.join("\n"),
1000
1000,
);
SendableEmbed {