We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895a43a commit 7588311Copy full SHA for 7588311
doc/user-guide/src/environment-variables.md
@@ -50,6 +50,10 @@
50
feature sacrifices some transactions protections and may be removed at any
51
point. Linux only.
52
53
+- `RUSTUP_AUTO_INSTALL` (default: 1) When set to `1`, installs the active
54
+ toolchain when it is absent. Set this value to `0` to disable automatic
55
+ installation.
56
+
57
[directive syntax]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
58
[dc]: https://docs.docker.com/storage/storagedriver/overlayfs-driver/#modifying-files-or-directories
59
[override]: overrides.md
0 commit comments