Skip to content

Commit

Permalink
Stop using nightly rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDaedalus committed Apr 5, 2024
1 parent 3f59963 commit a7bb449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Format Code
run: cargo +nightly fmt --check
run: cargo fmt --check
3 changes: 0 additions & 3 deletions rustfmt.toml

This file was deleted.

0 comments on commit a7bb449

Please sign in to comment.