Macro zepter::warn

source ยท
macro_rules! warn {
    ($($arg:tt)*) => { ... };
}