docs: prevent inline doc spam for reexports.

This commit is contained in:
Dario Nieuwenhuis
2022-03-04 17:41:27 +01:00
parent 35636953b2
commit 94b232cf88
4 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@ use embassy_hal_common::unborrow;
use crate::gpio::sealed::AFType;
use crate::{peripherals, rcc::RccPeripheral};
#[doc(no_inline)]
pub use bxcan::*;
pub struct Can<'d, T: Instance + bxcan::Instance> {