Skip to content

Commit 0679b12

Browse files
docs(envs): add docs for the RUSTUP_NO_RELEASE_HINT environment variable
1 parent 070466f commit 0679b12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/user-guide/src/environment-variables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
- `RUSTUP_NO_BACKTRACE`. Disables backtraces on non-panic errors even when
4848
`RUST_BACKTRACE` is set.
4949

50+
- `RUSTUP_NO_RELEASE_HINT`. When set, suppresses the hint that is shown when a
51+
new stable Rust release is (likely) available.
52+
5053
- `RUSTUP_PERMIT_COPY_RENAME` *unstable*. When set, allows rustup to fall-back
5154
to copying files if attempts to `rename` result in cross-device link
5255
errors. These errors occur on OverlayFS, which is used by [Docker][dc]. This

0 commit comments

Comments
 (0)