all clippy fixes

This commit is contained in:
2025-02-13 17:37:49 +01:00
parent bfaa3eebee
commit 7089168917
4 changed files with 22 additions and 17 deletions

View File

@ -321,7 +321,6 @@ macro_rules! pin_id {
//==================================================================================================
/// A type-level GPIO pin, parameterized by [`PinId`] and [`PinMode`] types
pub struct Pin<I: PinId, M: PinMode> {
pub(in crate::gpio) regs: Registers<I>,
mode: PhantomData<M>,