Skip to content

Commit b626767

Browse files
committed
chore: use stable rustfmt
1 parent f5c39a2 commit b626767

27 files changed

+1060
-1277
lines changed

.github/actions/run-fixtures-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
using: composite
1919
steps:
2020
- name: Install toolchain
21-
uses: dtolnay/rust-toolchain@nightly
21+
uses: dtolnay/rust-toolchain@stable
2222

2323
- name: Install git-cliff
2424
run: cargo install --path git-cliff/ --profile dev

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Install toolchain
50-
uses: dtolnay/rust-toolchain@nightly
50+
uses: dtolnay/rust-toolchain@stable
5151
- name: Checkout
5252
if: github.event_name != 'pull_request'
5353
uses: actions/checkout@v4
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-22.04
8585
steps:
8686
- name: Install toolchain
87-
uses: dtolnay/rust-toolchain@nightly
87+
uses: dtolnay/rust-toolchain@stable
8888
with:
8989
components: clippy
9090
- name: Checkout
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: ubuntu-22.04
124124
steps:
125125
- name: Install toolchain
126-
uses: dtolnay/rust-toolchain@nightly
126+
uses: dtolnay/rust-toolchain@stable
127127
with:
128128
components: rustfmt
129129
- name: Checkout

CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ env UPDATE_EXPECT=1 cargo test
4545

4646
7. Make sure [rustfmt](https://github.com/rust-lang/rustfmt) and [clippy](https://github.com/rust-lang/rust-clippy) don't complain about your changes.
4747

48-
We use the `nightly` channel for `rustfmt` so please set the appropriate settings for your editor/IDE for that.
49-
5048
## Create a Pull Request
5149

5250
1. Ensure that you updated the documentation and filled the [Pull Request template](./.github/PULL_REQUEST_TEMPLATE.md) according to the changes you made.

0 commit comments

Comments
 (0)