Macro warn_on

Source
macro_rules! warn_on {
    ($cond:expr) => { ... };
}
Expand description

Report a warning if cond is true and return the condition’s evaluation result.