mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-02-01 13:07:46 +02:00
Hide stderr of cargo locate-project
This commit is contained in:
parent
fc141b8dfc
commit
16af981772
@ -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…
x
Reference in New Issue
Block a user