We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e9683 commit ac3513aCopy full SHA for ac3513a
clippy_lints/src/empty_docs.rs
@@ -50,7 +50,7 @@ impl EarlyLintPass for EmptyDocs {
50
attribute.span,
51
"empty doc comment",
52
None,
53
- "consider removing or fill it",
+ "consider removing or filling it",
54
);
55
}
56
0 commit comments