Keep Clippy happy

This commit is contained in:
huntc 2021-12-08 12:13:49 +11:00
parent 4e7fa52288
commit 090a7adf78

View File

@ -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
}