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.
cargo locate-project
1 parent fc141b8 commit 16af981Copy full SHA for 16af981
src/init.rs
@@ -30,7 +30,7 @@ pub fn init() -> Result<()> {
30
.arg("-q")
31
.arg("--workspace")
32
.stdin(Stdio::null())
33
- .stderr(Stdio::inherit())
+ .stderr(Stdio::null())
34
.output()
35
.context(CARGO_LOCATE_PROJECT_ERR)?;
36
0 commit comments