I'm working with the [yatr task runner](https://github.com/yonasBSD/yatr/blob/c2932ae4b89951eb6974d3a424bd8ee188994601/src/main.rs#L62) and want to hide the `code` diagnostic from appearing in errors. Eg. Because of `#[diagnostic(code(yatr::config::parse))]` , `yatr::config::parse` appears in error messages.
I'm working with the yatr task runner and want to hide the
codediagnostic from appearing in errors.Eg. Because of
#[diagnostic(code(yatr::config::parse))],yatr::config::parseappears in error messages.