Skip to content

Commit 95cd8e4

Browse files
ehusstraviscross
authored andcommitted
Remove a comma that doesn't seem to help
1 parent 5d66874 commit 95cd8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ r[attributes.diagnostics.lint.allow]
6666
* `allow(C)` overrides the check for `C` so that violations will go unreported.
6767

6868
r[attributes.diagnostics.lint.expect]
69-
* `expect(C)` indicates that lint `C` is expected to be emitted. The attribute will suppress the emission of `C` or issue a warning, if the expectation is unfulfilled. See [attributes.diagnostics.expect] for a complete description.
69+
* `expect(C)` indicates that lint `C` is expected to be emitted. The attribute will suppress the emission of `C` or issue a warning if the expectation is unfulfilled. See [attributes.diagnostics.expect] for a complete description.
7070

7171
r[attributes.diagnostics.lint.warn]
7272
* `warn(C)` warns about violations of `C` but continues compilation.

0 commit comments

Comments
 (0)