1
Fork 0

remove extraneous note on UnableToRunDsymutil diagnostic

This commit is contained in:
Rémy Rakic 2024-04-26 17:24:06 +00:00
parent 9adafa7f8d
commit 1367827eac

View file

@ -431,7 +431,6 @@ pub struct ProcessingDymutilFailed {
#[derive(Diagnostic)]
#[diag(codegen_ssa_unable_to_run_dsymutil)]
#[note]
pub struct UnableToRunDsymutil {
pub error: Error,
}