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.
1 parent a8baa5b commit 21cdb63Copy full SHA for 21cdb63
src/cargo/ops/cargo_rustc/compilation.rs
@@ -76,7 +76,7 @@ impl<'cfg> Compilation<'cfg> {
76
77
/// See `process`.
78
pub fn rustdoc_process(&self, pkg: &Package) -> CargoResult<ProcessBuilder> {
79
- self.fill_env(process(&*try!(self.config.rustdoc())), pkg, true)
+ self.fill_env(process(&*try!(self.config.rustdoc())), pkg, false)
80
}
81
82
0 commit comments