Skip to content

Commit 673b15d

Browse files
committed
Add CARGO_FUTURE_INCOMPAT_REPORT_FREQUENCY to environment variables
1 parent 4fcf5ca commit 673b15d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/reference/environment-variables.md

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ supported environment variables are:
8383
* `CARGO_BUILD_DEP_INFO_BASEDIR` — Dep-info relative directory, see [`build.dep-info-basedir`].
8484
* `CARGO_BUILD_PIPELINING` — Whether or not to use `rustc` pipelining, see [`build.pipelining`].
8585
* `CARGO_CARGO_NEW_VCS` — The default source control system with [`cargo new`], see [`cargo-new.vcs`].
86+
* `CARGO_FUTURE_INCOMPAT_REPORT_FREQUENCY` - How often we should generate a future incompat report notifcation, see [`future-incompat-report.frequency`].
8687
* `CARGO_HTTP_DEBUG` — Enables HTTP debugging, see [`http.debug`].
8788
* `CARGO_HTTP_PROXY` — Enables HTTP proxy, see [`http.proxy`].
8889
* `CARGO_HTTP_TIMEOUT` — The HTTP timeout, see [`http.timeout`].
@@ -144,6 +145,7 @@ supported environment variables are:
144145
[`cargo-new.name`]: config.md#cargo-newname
145146
[`cargo-new.email`]: config.md#cargo-newemail
146147
[`cargo-new.vcs`]: config.md#cargo-newvcs
148+
[`future-incompat-report.frequency`]: config.md#future-incompat-reportfrequency
147149
[`http.debug`]: config.md#httpdebug
148150
[`http.proxy`]: config.md#httpproxy
149151
[`http.timeout`]: config.md#httptimeout

0 commit comments

Comments
 (0)