We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3b590 commit 0246aa6Copy full SHA for 0246aa6
1 file changed
tests/cargo.rs
@@ -40,15 +40,15 @@ fn mod_example() {
40
}
41
42
#[test]
43
-#[should_panic] // No bin named `assert_cmd
+#[should_panic] // No bin named `assert_cmd`
44
fn trait_example() {
45
let mut cmd = Command::cargo_bin(pkg_name!()).unwrap();
46
let output = cmd.unwrap();
47
println!("{output:?}");
48
49
50
51
52
fn cargo_bin_example_1() {
53
54
0 commit comments