Skip to content

Commit

Permalink
scripts: remove +nightly from fmt
Browse files Browse the repository at this point in the history
The formatting no longer needs nightly and only uses stable features.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
  • Loading branch information
FintanH committed Apr 17, 2024
1 parent dd6bb6f commit 331dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/fmt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eoux pipefail

cargo +nightly fmt -- --check
cargo fmt -- --check

0 comments on commit 331dbe7

Please sign in to comment.