From 090a7adf78cd6d9dea8fee773523c53a03ae63d5 Mon Sep 17 00:00:00 2001 From: huntc Date: Wed, 8 Dec 2021 12:13:49 +1100 Subject: [PATCH] Keep Clippy happy --- embassy-nrf/src/uarte.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-nrf/src/uarte.rs b/embassy-nrf/src/uarte.rs index 70f509af..72dcd41b 100644 --- a/embassy-nrf/src/uarte.rs +++ b/embassy-nrf/src/uarte.rs @@ -276,7 +276,7 @@ impl<'d, T: Instance> Write for Uarte<'d, T> { } #[cfg(not(any(feature = "_nrf9160", feature = "nrf5340")))] -pub(in crate) fn apply_workaround_for_enable_anomaly(r: &crate::pac::uarte0::RegisterBlock) { +pub(in crate) fn apply_workaround_for_enable_anomaly(_r: &crate::pac::uarte0::RegisterBlock) { // Do nothing }