mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix formatting
This commit is contained in:
parent
71cae39de0
commit
45cfd0cd12
@ -1630,9 +1630,7 @@ fn install_cargo_package_in_a_patched_workspace() {
|
||||
package: [..]/foo/baz/Cargo.toml
|
||||
workspace: [..]/foo/Cargo.toml
|
||||
";
|
||||
p.cargo("check")
|
||||
.with_stderr_contains(&stderr)
|
||||
.run();
|
||||
p.cargo("check").with_stderr_contains(&stderr).run();
|
||||
|
||||
// A crate installation must not emit any message from a workspace under
|
||||
// current working directory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user