warn_user_once

Macro warn_user_once 

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

Warn a user once, if warnings are enabled, with uniqueness determined by the content of the message.