Skip to main content

doc_cfg

Macro doc_cfg 

Source
macro_rules! doc_cfg {
    ($feat:literal, $item:item) => { ... };
}
Expand description

Conditionally add #[doc(cfg(feature = $feat))].