Skip to content

Commit

Permalink
chore: fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jan 12, 2024
1 parent a003816 commit 7a47e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ mod tests {
}

#[derive(Debug)]
struct X(u32);
struct X(#[allow(unused)] u32);
impl Reject for X {}

fn combine_n<F, R>(n: u32, new_reject: F) -> Rejection
Expand Down

0 comments on commit 7a47e03

Please sign in to comment.