Skip to content

Commit

Permalink
Fix 'missing contributor' error message
Browse files Browse the repository at this point in the history
fixes #125
  • Loading branch information
digama0 committed Sep 21, 2023
1 parent 7c7ac8c commit f111a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f111a65

Please sign in to comment.