We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTDOCFLAGS
1 parent 7e1011d commit cf57ce1Copy full SHA for cf57ce1
crates/cargo-test-support/src/lib.rs
@@ -1723,6 +1723,7 @@ fn _process(t: &OsStr) -> cargo::util::ProcessBuilder {
1723
.env_remove("RUSTDOC")
1724
.env_remove("RUSTC_WRAPPER")
1725
.env_remove("RUSTFLAGS")
1726
+ .env_remove("RUSTDOCFLAGS")
1727
.env_remove("XDG_CONFIG_HOME") // see #2345
1728
.env("GIT_CONFIG_NOSYSTEM", "1") // keep trying to sandbox ourselves
1729
.env_remove("EMAIL")
0 commit comments