Macro pink_extension::warn

source ·
macro_rules! warn {
    ($($arg:tt)+) => { ... };
}
Expand description

Same as log::warn!