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 ad38162 commit 5695664Copy full SHA for 5695664
compiler-builtins/.github/workflows/main.yaml
@@ -311,8 +311,8 @@ jobs:
311
timeout-minutes: 10
312
steps:
313
- uses: actions/checkout@v4
314
- - name: Install stable `rustfmt`
315
- run: rustup set profile minimal && rustup default stable && rustup component add rustfmt
+ - name: Install nightly `rustfmt`
+ run: rustup set profile minimal && rustup default nightly && rustup component add rustfmt
316
- run: cargo fmt -- --check
317
318
extensive:
0 commit comments