polars_warn

Macro polars_warn 

macro_rules! polars_warn {
    ($variant:ident, $fmt:literal $(, $arg:expr)* $(,)?) => { ... };
    ($fmt:literal, $($arg:expr)+) => { ... };
    ($($arg:tt)+) => { ... };
}