Skip to content

Commit 0246aa6

Browse files
committed
test: Close markdown quotes
1 parent cb3b590 commit 0246aa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/cargo.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ fn mod_example() {
4040
}
4141

4242
#[test]
43-
#[should_panic] // No bin named `assert_cmd
43+
#[should_panic] // No bin named `assert_cmd`
4444
fn trait_example() {
4545
let mut cmd = Command::cargo_bin(pkg_name!()).unwrap();
4646
let output = cmd.unwrap();
4747
println!("{output:?}");
4848
}
4949

5050
#[test]
51-
#[should_panic] // No bin named `assert_cmd
51+
#[should_panic] // No bin named `assert_cmd`
5252
fn cargo_bin_example_1() {
5353
let mut cmd = Command::cargo_bin(pkg_name!()).unwrap();
5454
let output = cmd.unwrap();

0 commit comments

Comments
 (0)