Skip to content

Commit

Permalink
Hide stderr of cargo locate-project
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Aug 8, 2024
1 parent fc141b8 commit 16af981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ pub fn init() -> Result<()> {
.arg("-q")
.arg("--workspace")
.stdin(Stdio::null())
.stderr(Stdio::inherit())
.stderr(Stdio::null())
.output()
.context(CARGO_LOCATE_PROJECT_ERR)?;

Expand Down

0 comments on commit 16af981

Please sign in to comment.