cargo fmt

This commit is contained in:
likzn 2022-05-23 21:06:34 +08:00
parent 89c24bf811
commit 1179e7ef6b
1 changed files with 0 additions and 2 deletions

View File

@ -1839,7 +1839,6 @@ error: the `-p` argument must be specified to select a single package to publish
.run();
}
#[cargo_test]
// https://github.com/rust-lang/cargo/issues/10536
fn publish_path_dependency_without_workspace() {
@ -1884,4 +1883,3 @@ error: package ID specification `bar` did not match any packages
)
.run();
}