mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Apply suggestions from code review
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
2b427fa3dd
commit
2469af3017
1 changed files with 2 additions and 2 deletions
|
@ -527,8 +527,8 @@ Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrar
|
|||
* rust-analyzer's syntax trees library uses a lot of `unsafe` and hasn't been properly audited for memory safety.
|
||||
|
||||
rust-analyzer itself doesn't access the network.
|
||||
VS Code plugin doesn't access the network unless the nightly channel is selected in the settings.
|
||||
In that case, the plugin uses GitHub API to check for and download updates.
|
||||
The VS Code plugin doesn't access the network unless the nightly channel is selected in the settings.
|
||||
In that case, the plugin uses the GitHub API to check for and download updates.
|
||||
|
||||
== Features
|
||||
|
||||
|
|
Loading…
Reference in a new issue