We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010667d commit 483fd97Copy full SHA for 483fd97
.pre-commit-config.yaml
@@ -104,6 +104,6 @@ repos:
104
name: cargo-rustfmt
105
language: system
106
# Pinning to a specific rustc version, so that we get consistent formatting
107
- entry: cargo +nightly-2025-01-15 fmt --all -- --check
+ entry: cargo +nightly-2025-05-26 fmt --all -- --check
108
stages: [pre-commit]
109
pass_filenames: false
0 commit comments