diff --git a/src/diag.rs b/src/diag.rs index 10d7377..a949d64 100644 --- a/src/diag.rs +++ b/src/diag.rs @@ -712,7 +712,7 @@ impl Diagnostic { stmt, *marker, )]), - MissingContributor => ("No contribution comment".into(), vec![( + MissingContributor => ("Missing or malformed contribution comment".into(), vec![( AnnotationType::Warning, "No (Contributed by...) provided for this statement".into(), stmt,