Skip to content

Commit b1e2578

Browse files
committed
Auto merge of #9172 - Guilherme-Vasconcelos:master, r=flip1995
Rename rustcSource in contributing documentation According to [rust-analyzer docs](https://rust-analyzer.github.io/manual.html#toolchain:~:text=rust%2Danalyzer.rustc.source), rustcSource has been renamed to rustc.source. changelog: none
2 parents aa0706b + b707a23 commit b1e2578

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ As of [#6869][6869], [`rust-analyzer`][ra_homepage] can understand that Clippy u
114114
using `extern crate` when `package.metadata.rust-analyzer.rustc_private` is set to `true` in Clippy's `Cargo.toml.`
115115
You will require a `nightly` toolchain with the `rustc-dev` component installed.
116116
Make sure that in the `rust-analyzer` configuration, you set
117-
```
118-
{ "rust-analyzer.rustcSource": "discover" }
117+
```json
118+
{ "rust-analyzer.rustc.source": "discover" }
119119
```
120120
and
121-
```
121+
```json
122122
{ "rust-analyzer.updates.channel": "nightly" }
123123
```
124124
You should be able to see information on things like `Expr` or `EarlyContext` now if you hover them, also

0 commit comments

Comments
 (0)