Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 66c2af6

Browse files
committed
Allow lints of pest grammar terminals
Terminals such as EOI and WHITESPACE are objected to by clippy.
1 parent e26d1ae commit 66c2af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/quickstart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
uses: actions-rs/cargo@v1
8686
with:
8787
command: clippy
88-
args: -- -D warnings
88+
args: -- -D warnings -A clippy::upper-case-acronyms

0 commit comments

Comments
 (0)