Skip to content

Commit 16af981

Browse files
committed
Hide stderr of cargo locate-project
1 parent fc141b8 commit 16af981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn init() -> Result<()> {
3030
.arg("-q")
3131
.arg("--workspace")
3232
.stdin(Stdio::null())
33-
.stderr(Stdio::inherit())
33+
.stderr(Stdio::null())
3434
.output()
3535
.context(CARGO_LOCATE_PROJECT_ERR)?;
3636

0 commit comments

Comments
 (0)