Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
chore: ignore the new let_with_type_underscore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Jun 19, 2023
1 parent 3c4af2f commit ca4f079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frame/benchmarking/src/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ macro_rules! benchmark_backend {
{ $( $parsed )* }
{ $eval }
{
// the `: _` is a workaround to avoid excessive recursive macro expansion in clippy
#[allow(clippy::let_with_type_underscore)]
let $pre_id : _ = $pre_ex;
$( $rest )*
}
Expand Down

0 comments on commit ca4f079

Please sign in to comment.