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.
macro_rules! warn_user_once {
($($arg:tt)*) => { ... };
}Warn a user once, if warnings are enabled, with uniqueness determined by the content of the message.