Skip to content

Commit 70dcb99

Browse files
Remove rustdoc warning
1 parent 42ec683 commit 70dcb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ pub enum RunStrategy {
11091109
InProcess,
11101110

11111111
/// Spawns a subprocess to run the test, and sends the result back over the
1112-
/// supplied channel. Requires argv[0] to exist and point to the binary
1112+
/// supplied channel. Requires `argv[0]` to exist and point to the binary
11131113
/// that's currently running.
11141114
SpawnPrimary,
11151115
}

0 commit comments

Comments
 (0)