Macro replace_with_unit

Source
macro_rules! replace_with_unit {
    ($_:tt) => { ... };
}