diff options
author | Kirill Bulatov <[email protected]> | 2021-04-06 16:38:01 +0100 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-04-06 19:42:27 +0100 |
commit | d5bedf8d6d448e6455bebf6b79f906b560ca20f6 (patch) | |
tree | f8948ab01f6239eb1e82653621278b976625896a | |
parent | 428cf21143710aca24e3ea6d2ba90e1e3f0e548a (diff) |
Update Zulip link and macro privacy statement
-rw-r--r-- | PRIVACY.md | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/dev/README.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/PRIVACY.md b/PRIVACY.md index dd165c0e2..27e39ca60 100644 --- a/PRIVACY.md +++ b/PRIVACY.md | |||
@@ -14,4 +14,4 @@ Any other editor plugins that integrate with `rust-analyzer` are not under the c | |||
14 | 14 | ||
15 | ## Others | 15 | ## Others |
16 | 16 | ||
17 | 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). | 17 | 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). |
@@ -33,9 +33,9 @@ For usage and troubleshooting requests, please use "IDEs and Editors" category o | |||
33 | 33 | ||
34 | https://users.rust-lang.org/c/ide/14 | 34 | https://users.rust-lang.org/c/ide/14 |
35 | 35 | ||
36 | For questions about development and implementation, join rls-2.0 working group on Zulip: | 36 | For questions about development and implementation, join rust-analyzer working group on Zulip: |
37 | 37 | ||
38 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 | 38 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer |
39 | 39 | ||
40 | ## Quick Links | 40 | ## Quick Links |
41 | 41 | ||
diff --git a/docs/dev/README.md b/docs/dev/README.md index 105e2a990..9c0eb1358 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -24,7 +24,7 @@ Rust Analyzer is a part of [RLS-2.0 working | |||
24 | group](https://github.com/rust-lang/compiler-team/tree/6a769c13656c0a6959ebc09e7b1f7c09b86fb9c0/working-groups/rls-2.0). | 24 | group](https://github.com/rust-lang/compiler-team/tree/6a769c13656c0a6959ebc09e7b1f7c09b86fb9c0/working-groups/rls-2.0). |
25 | Discussion happens in this Zulip stream: | 25 | Discussion happens in this Zulip stream: |
26 | 26 | ||
27 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0 | 27 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer |
28 | 28 | ||
29 | # Issue Labels | 29 | # Issue Labels |
30 | 30 | ||