]> git.lizzy.rs Git - rust.git/blobdiff - PRIVACY.md
Auto merge of #12747 - jonas-schievink:proc-macro-abi-1.63, r=jonas-schievink
[rust.git] / PRIVACY.md
index dd165c0e2c1df91ef1be02fe1082545adc5f042f..89e252be731d0d190a02e2e33368842e7c823eac 100644 (file)
@@ -1,17 +1 @@
-# Privacy Notes
-
-## LSP server binary
-
-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.
-
-## Visual Studio Code extension
-
-The Code extension connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks.
-
-## Other editor plugins
-
-Any 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.
-
-## Others
-
-If `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` (off by default).
+See the [Privacy](https://rust-analyzer.github.io/manual.html#privacy) section of the user manual.