Skip to content

Commit f55cca4

Browse files
committed
Update privacy note
1 parent 8b304a7 commit f55cca4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

PRIVACY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the [Privacy](https://rust-analyzer.github.io/manual.html#security) section of the user manual.
1+
See the [Privacy](https://rust-analyzer.github.io/manual.html#privacy) section of the user manual.

docs/user/manual.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,12 @@ Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrar
653653
The LSP server performs no network access in itself, but runs `cargo metadata` which will update or download the crate registry and the source code of the project dependencies.
654654
If enabled (the default), build scripts and procedural macros can do anything.
655655

656-
The Code extension automatically connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks using the GitHub API. For `rust-analyzer` developers, using `cargo xtask release` uses the same API to put together the release notes.
656+
The Code extension does not access the network.
657657

658658
Any other editor plugins are not under the control of the `rust-analyzer` developers. For any privacy concerns, you should check with their respective developers.
659659

660+
For `rust-analyzer` developers, `cargo xtask release` uses the GitHub API to put together the release notes.
661+
660662
== Features
661663

662664
include::./generated_features.adoc[]

0 commit comments

Comments
 (0)