diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 9305d9d1a..8656dd1da 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -519,7 +519,7 @@ You can set `RA_LOG` environmental variable to `rust_analyzer=info` to inspect h | |||
519 | == Security | 519 | == Security |
520 | 520 | ||
521 | At the moment, rust-analyzer assumes that all code is trusted. | 521 | At the moment, rust-analyzer assumes that all code is trusted. |
522 | Here is a **no-exhaustive** list of ways to make rust-analyzer execute arbitrary code: | 522 | Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrary code: |
523 | 523 | ||
524 | * proc macros and build scripts are executed by default | 524 | * proc macros and build scripts are executed by default |
525 | * `.cargo/config` can override `rustc` with an arbitrary executable | 525 | * `.cargo/config` can override `rustc` with an arbitrary executable |
@@ -527,8 +527,8 @@ Here is a **no-exhaustive** list of ways to make rust-analyzer execute arbitrary | |||
527 | * rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety. | 527 | * rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety. |
528 | 528 | ||
529 | rust-analyzer itself doesn't access the network. | 529 | rust-analyzer itself doesn't access the network. |
530 | VS Code plugin doesn't access the network unless the nightly channel is selected in the settings. | 530 | The VS Code plugin doesn't access the network unless the nightly channel is selected in the settings. |
531 | In that case, the plugin uses GitHub API to check for and download updates. | 531 | In that case, the plugin uses the GitHub API to check for and download updates. |
532 | 532 | ||
533 | == Features | 533 | == Features |
534 | 534 | ||