Macro petgraph::visit::macros::remove_sections_inner
source ยท macro_rules! remove_sections_inner { ([$($stack:tt)*]) => { ... }; ([$($stack:tt)*] @escape $_x:tt $($t:tt)*) => { ... }; ([$($stack:tt)*] @section $x:ident $($t:tt)*) => { ... }; ([$($stack:tt)*] $t:tt $($tail:tt)*) => { ... }; }