Skip to main content

nice_warn

Macro nice_warn 

Source
macro_rules! nice_warn {
    ($($args:tt)*) => { ... };
}
Expand description

Similar to nice_log!(), but less subtle. Used for printing warnings.