rename rust-toolchain to rust-toolchain.toml

This commit is contained in:
lapla-cogito 2025-03-20 11:30:45 +09:00
parent 1e5237f4a5
commit 19c7c46d48
No known key found for this signature in database
GPG key ID: B39C71D9F127FF9F
6 changed files with 5 additions and 5 deletions

View file

@ -147,7 +147,7 @@ following:
First, take note of the toolchain
[override](https://rust-lang.github.io/rustup/overrides.html) in
`/rust-toolchain`. We will use this override to install Clippy into the right
`/rust-toolchain.toml`. We will use this override to install Clippy into the right
toolchain.
> Tip: You can view the active toolchain for the current directory with `rustup

View file

@ -86,7 +86,7 @@ to be run inside the `rust` directory):
4. Bump the nightly version in the Clippy repository by running these commands:
```bash
cargo dev sync update_nightly
git commit -m "Bump nightly version -> YYYY-MM-DD" rust-toolchain clippy_utils/README.md
git commit -m "Bump nightly version -> YYYY-MM-DD" rust-toolchain.toml clippy_utils/README.md
```
5. Open a PR to `rust-lang/rust-clippy` and wait for it to get merged (to
accelerate the process ping the `@rust-lang/clippy` team in your PR and/or