Update docs/user/manual.adoc

Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
Aleksey Kladov 2021-03-22 13:55:16 +03:00 committed by GitHub
parent 63e083122c
commit 2b427fa3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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