Skip to content

Commit e857897

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat(config)!: remove implicit installation from resolve_local_toolchain()
1 parent 07d15d9 commit e857897

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/suite/cli_v2.rs

-6
Original file line numberDiff line numberDiff line change
@@ -419,12 +419,6 @@ async fn bad_manifest() {
419419
&format!("error: could not parse manifest file: '{}'", path.display()),
420420
)
421421
.await;
422-
cx.config
423-
.expect_err(
424-
&["cargo", "--help"],
425-
&format!("error: could not parse manifest file: '{}'", path.display()),
426-
)
427-
.await;
428422
}
429423

430424
#[tokio::test]

0 commit comments

Comments
 (0)