macro_rules! nice_warn {
($($args:tt)*) => { ... };
}Expand description
Similar to nice_log!(), but less subtle. Used for printing warnings.
macro_rules! nice_warn {
($($args:tt)*) => { ... };
}Similar to nice_log!(), but less subtle. Used for printing warnings.