Macro petgraph::visit::macros::remove_sections
source ยท macro_rules! remove_sections { ([$($stack:tt)*]) => { ... }; ([$($stack:tt)*] { $($tail:tt)* }) => { ... }; ([$($stack:tt)*] $t:tt $($tail:tt)*) => { ... }; }