macro_rules! info_omit {
    ($ops : expr) => { ... };
    ($ops : expr, $msg : expr) => { ... };
}
Expand description

drop the result afeter printing the message