From 43aec9083c601478f300795aa55effad0f9ee41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Als=C3=A9r?= Date: Fri, 8 Jul 2022 08:03:38 +0200 Subject: [PATCH] Cleanup --- embassy-stm32/src/i2c/v2.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/embassy-stm32/src/i2c/v2.rs b/embassy-stm32/src/i2c/v2.rs index 3161d9d5..08b43beb 100644 --- a/embassy-stm32/src/i2c/v2.rs +++ b/embassy-stm32/src/i2c/v2.rs @@ -832,7 +832,6 @@ impl Timings { #[cfg(feature = "unstable-traits")] mod eh1 { - use super::super::{RxDma, TxDma}; use super::*; impl embedded_hal_1::i2c::Error for Error {