Less allowy.

This commit is contained in:
Bob McWhirter 2021-11-02 15:32:20 -04:00
parent 076c795ebb
commit 44056c2e75

View file

@ -243,7 +243,6 @@ macro_rules! impl_dma {
};
}
#[allow(unused)]
crate::pac::peripheral_dma_channels! {
($peri:ident, usart, $kind:ident, RX, $channel:tt, $request:expr) => {
impl_dma!($peri, $channel, RxDma, $request);