Function rg::messages::set_ignore_messages
source · pub fn set_ignore_messages(yes: bool)
Expand description
Set whether “ignore” related messages should be shown or not.
By default, they are not shown.
Note that this is overridden if messages
is disabled. Namely, if
messages
is disabled, then “ignore” messages are never shown, regardless
of this setting.