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

Allow lints of pest grammar terminals #28

Merged
merged 1 commit into from
Mar 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Allow lints of pest grammar terminals
Terminals such as EOI and WHITESPACE are objected to by clippy.
  • Loading branch information
glyn committed Mar 26, 2021
commit 66c2af62fe70f93dbd9f6873f16ae6db6c607ab0
2 changes: 1 addition & 1 deletion .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings -A clippy::upper-case-acronyms