Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 2, 2023
1 parent ff57aea commit f917d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interrupt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ unsafe fn do_yield_signal(arg: *mut ()) {
*signaled = true
}

#[allow(clippy::type_complexity)]
static mut ISR_YIELDER: Option<(unsafe fn(*mut ()), *mut ())> = None;

#[allow(clippy::type_complexity)]
Expand Down

0 comments on commit f917d53

Please sign in to comment.