aboutsummaryrefslogtreecommitdiff
path: root/PRIVACY.md
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-06-15 18:05:16 +0100
committerLaurenČ›iu Nicola <[email protected]>2021-06-15 18:07:59 +0100
commitcbf53ba2514a0a19ba8fc45348e0e6610cb88859 (patch)
tree6802a3a75e113a634e52a7bbc2650c6aaaa37b2b /PRIVACY.md
parent6cbb18e570b89401e6e63fd89a719b87ab362ece (diff)
Consolidate the privacy notes
Diffstat (limited to 'PRIVACY.md')
-rw-r--r--PRIVACY.md18
1 files changed, 1 insertions, 17 deletions
diff --git a/PRIVACY.md b/PRIVACY.md
index 11ea040fb..718fbed12 100644
--- a/PRIVACY.md
+++ b/PRIVACY.md
@@ -1,17 +1 @@
1# Privacy Notes See the [Privacy](https://rust-analyzer.github.io/manual.html#security) section of the user manual.
2
3## LSP server binary
4
5The 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.
6
7## Visual Studio Code extension
8
9The Code extension automatically connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks.
10
11## Other editor plugins
12
13Any other editor plugins that integrate with `rust-analyzer` are not under the control of the `rust-analyzer` developers. For any privacy concerns, you should check with their respective developers.
14
15## Others
16
17If `cargo check` is enabled (the default), any build scripts or procedural macros used by the project or its dependencies will be executed. This is also the case when `cargo check` is disabled, but build script or procedural macro support is enabled in `rust-analyzer` (on by default).