From ebaba76861c5ec419985942e0a9b2e148a2d1aeb Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sat, 5 Oct 2024 16:34:29 +0000 Subject: [PATCH] Run cargo fmt --- rp2040-hal/src/gpio/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rp2040-hal/src/gpio/mod.rs b/rp2040-hal/src/gpio/mod.rs index 806c1e1dd..b8e83080b 100644 --- a/rp2040-hal/src/gpio/mod.rs +++ b/rp2040-hal/src/gpio/mod.rs @@ -1480,7 +1480,8 @@ mod eh1 { use crate::gpio::DynPinError; use super::{ - func, AnyPin, AsInputPin, DynFunction, Error, FunctionSio, InOutPin, OutputEnableOverride, Pin, PinId, PullType, SioConfig, SioInput, SioOutput + func, AnyPin, AsInputPin, DynFunction, Error, FunctionSio, InOutPin, OutputEnableOverride, + Pin, PinId, PullType, SioConfig, SioInput, SioOutput, }; impl ErrorType for Pin, P> @@ -1500,7 +1501,6 @@ mod eh1 { type Error = DynPinError; } - impl OutputPin for Pin, P> where I: PinId,