macro_rules! warn_once {
    ($($arg:tt)+) => { ... };
}
Expand description

Call warn! once per call site.

Useful for logging within systems which are called every frame.