Macro row_no_separator

Source
macro_rules! row_no_separator {
    [ $($x:expr),* ] => { ... };
    [ $($x:expr,)* ] => { ... };
}