We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ec683 commit 70dcb99Copy full SHA for 70dcb99
src/libtest/lib.rs
@@ -1109,7 +1109,7 @@ pub enum RunStrategy {
1109
InProcess,
1110
1111
/// 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
+ /// supplied channel. Requires `argv[0]` to exist and point to the binary
1113
/// that's currently running.
1114
SpawnPrimary,
1115
}
0 commit comments