aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-03-22 10:56:13 +0000
committerGitHub <[email protected]>2021-03-22 10:56:13 +0000
commit2469af301780763cfcba728f275021da1ad42544 (patch)
tree1b647430ceec888023e72c82e88902182b8bf50f /docs/user
parent2b427fa3dd49efd2bf22620cd0bebffc6147be47 (diff)
Apply suggestions from code review
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 44f388930..8656dd1da 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -527,8 +527,8 @@ Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrar
527* rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety. 527* rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety.
528 528
529rust-analyzer itself doesn't access the network. 529rust-analyzer itself doesn't access the network.
530VS Code plugin doesn't access the network unless the nightly channel is selected in the settings. 530The VS Code plugin doesn't access the network unless the nightly channel is selected in the settings.
531In that case, the plugin uses GitHub API to check for and download updates. 531In that case, the plugin uses the GitHub API to check for and download updates.
532 532
533== Features 533== Features
534 534