aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-25 10:46:21 +0100
committerGitHub <[email protected]>2020-08-25 10:46:21 +0100
commit59c77ff062e2b1668fcfa885a8438c333b4f0875 (patch)
tree5f3b512a53bd2dd6ec1215fcbb16a678c4fbd5f6 /docs
parented51f5b424161d9b37508bd9dbafc2f310ae8eb2 (diff)
parent3a72afed8cca3288fb955e66521f62f57aceace2 (diff)
Merge #5866
5866: Improve logging r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index cfc0ad81c..bebcee023 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -341,6 +341,8 @@ Relative paths are interpreted relative to `rust-project.json` file location or
341 341
342See https://github.com/rust-analyzer/rust-project.json-example for a small example. 342See https://github.com/rust-analyzer/rust-project.json-example for a small example.
343 343
344You can set `RA_LOG` environmental variable to `"'rust_analyzer=info"` to inspect how rust-analyzer handles config and project loading.
345
344== Features 346== Features
345 347
346include::./generated_features.adoc[] 348include::./generated_features.adoc[]