mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update docs/user/manual.adoc
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
63e083122c
commit
2b427fa3dd
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ You can set `RA_LOG` environmental variable to `rust_analyzer=info` to inspect h
|
|||
== Security
|
||||
|
||||
At the moment, rust-analyzer assumes that all code is trusted.
|
||||
Here is a **no-exhaustive** list of ways to make rust-analyzer execute arbitrary code:
|
||||
Here is a **non-exhaustive** list of ways to make rust-analyzer execute arbitrary code:
|
||||
|
||||
* proc macros and build scripts are executed by default
|
||||
* `.cargo/config` can override `rustc` with an arbitrary executable
|
||||
|
|
Loading…
Reference in a new issue