mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
docs: make dev docs more discoverable
I *think* people might try to debug ra by using only the troubleshooting section. Might make sense to point them to dev docs then!
This commit is contained in:
parent
fd30bd179c
commit
b535804e1b
1 changed files with 3 additions and 0 deletions
|
@ -462,6 +462,9 @@ $ rust-analyzer analysis-stats .
|
||||||
|
|
||||||
It is especially useful when the `repo` doesn't use external crates or the standard library.
|
It is especially useful when the `repo` doesn't use external crates or the standard library.
|
||||||
|
|
||||||
|
If you want to go as far as to modify the source code to debug the problem, be sure to read the
|
||||||
|
https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/dev[dev docs]!
|
||||||
|
|
||||||
== Configuration
|
== Configuration
|
||||||
|
|
||||||
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs[config.rs]
|
**Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs[config.rs]
|
||||||
|
|
Loading…
Reference in a new issue