Skip to content

Commit

Permalink
Fix lints left out
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Jan 10, 2024
1 parent 69a0e5e commit a299825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hal/src/thumbv7em/can.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ impl<ID: PclkId + AhbId, PS: PclkSourceId, RX, TX, CAN> Dependencies<ID, PS, RX,
/// Destroy an instance of `Dependencies` struct.
///
/// Releases all enclosed objects back to the user.
#[allow(clippy::type_complexity)]
pub fn free<S>(self, gclk0: S) -> (Pclk<ID, PS>, HertzU32, AhbClk<ID>, RX, TX, CAN, S::Dec)
where
S: Source<Id = Gclk0Id> + Decrement,
Expand Down
1 change: 1 addition & 0 deletions hal/src/thumbv7em/pukcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ impl Pukcc {

/// An error type representing failure modes a [`Pukcc::self_test`] service
#[derive(Debug)]
#[allow(dead_code)]
pub struct SelfTestFailure(c_abi::SelfTest);

/// An error type representing failure modes for a
Expand Down

0 comments on commit a299825

Please sign in to comment.