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 7ddff4c commit 0e3a832Copy full SHA for 0e3a832
1 file changed
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
name: cargo-rustfmt
52
language: system
53
# Pinning to a specific rustc version, so that we get consistent formatting
54
- entry: cargo +nightly-2025-05-26 fmt --all -- --check
+ entry: cargo +nightly-2025-10-23 fmt --all -- --check
55
stages: [pre-commit, pre-merge-commit]
56
pass_filenames: false
57
files: \.rs$
0 commit comments