diff --git a/.github/workflows/quickstart.yml b/.github/workflows/quickstart.yml index 4122c19..450b025 100644 --- a/.github/workflows/quickstart.yml +++ b/.github/workflows/quickstart.yml @@ -85,4 +85,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings \ No newline at end of file + args: -- -D warnings -A clippy::upper-case-acronyms