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

@ -4,6 +4,7 @@ pub mod pac {
// The nRF5340 has a secure and non-secure (NS) mode.
// To avoid cfg spam, we remove _ns or _s suffixes here.
#[doc(no_inline)]
pub use nrf5340_net_pac::{
interrupt,
Interrupt,