Skip to content

Commit

Permalink
ci: silence warning from latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jan 10, 2025
1 parent 78c572b commit 5e8c776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rearch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,7 @@ mod tests {
mod side_effect_txns {
use super::*;

#[allow(clippy::type_complexity)]
fn two_side_effects_capsule(
CapsuleHandle { register, .. }: CapsuleHandle,
) -> ((u8, impl CData + Fn(u8)), (u8, impl CData + Fn(u8))) {
Expand Down

0 comments on commit 5e8c776

Please sign in to comment.