rename rust-toolchain to rust-toolchain.toml
This commit is contained in:
parent
1e5237f4a5
commit
19c7c46d48
6 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue