Skip to main content

warn

Macro warn 

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

No-op warn macro when tracing is disabled.