X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=PRIVACY.md;h=718fbed120696077f6371c54945fd3ef593089e5;hb=88a214f2dc1c85bda1666f303f7658834d61780d;hp=27e39ca6073c1be58513d96aa096bc3c5298284e;hpb=85bab7539a050bb2c0eeae93b029ebde2aa48668;p=rust.git diff --git a/PRIVACY.md b/PRIVACY.md index 27e39ca6073..718fbed1206 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -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` (on by default). +See the [Privacy](https://rust-analyzer.github.io/manual.html#security) section of the user manual.