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.