mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-23 06:02:23 -05:00
Hide stderr of cargo locate-project
This commit is contained in:
parent
fc141b8dfc
commit
16af981772
1 changed files with 1 additions and 1 deletions
|
@ -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)?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue