warn_limit

Macro warn_limit 

Source
macro_rules! warn_limit {
    (target: $target:expr, $max_per_time:expr, $period:expr, $($arg:tt)+) => { ... };
    ($max_per_time:expr, $period:expr, $($arg:tt)+) => { ... };
}