Macro brev::warn [] [src]

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