aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 9305d9d1a..44f388930 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
521At the moment, rust-analyzer assumes that all code is trusted. 521At the moment, rust-analyzer assumes that all code is trusted.
522Here is a **no-exhaustive** list of ways to make rust-analyzer execute arbitrary code: 522Here 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