Macro ignore

Source
macro_rules! ignore {
    ($e:expr) => { ... };
}
Expand description

Ignore (let _ = ...) something.