Skip to content

Commit

Permalink
Fix formatting check
Browse files Browse the repository at this point in the history
`cargo fmt` cannot see modules declared using macros.
  • Loading branch information
thirteenowls authored and al8n committed Jul 27, 2024
1 parent 9700cb7 commit 83b0559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Rust
run: rustup update stable && rustup default stable
- name: Check formatting
run: cargo fmt --all -- --check
run: rustfmt --check --edition 2021 $(git ls-files '*.rs')

# This represents the minimum Rust version supported by
# Bytes. Updating this should be done in a dedicated PR.
Expand Down

0 comments on commit 83b0559

Please sign in to comment.