Skip to content

Commit

Permalink
Silence false positive drop tightening
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Sep 24, 2023
1 parent f9c3360 commit 713a4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/topgg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl Poster {
}
}

#[allow(clippy::significant_drop_tightening)]
#[serenity::async_trait]
impl serenity::EventHandler for Poster {
async fn ready(&self, _: serenity::Context, ready: serenity::Ready) {
Expand Down

0 comments on commit 713a4e8

Please sign in to comment.