Remove rustdoc warning

This commit is contained in:
Guillaume Gomez 2019-10-02 14:24:59 +02:00
parent 42ec6831b0
commit 70dcb99889

View File

@ -1109,7 +1109,7 @@ pub enum RunStrategy {
InProcess,
/// Spawns a subprocess to run the test, and sends the result back over the
/// supplied channel. Requires argv[0] to exist and point to the binary
/// supplied channel. Requires `argv[0]` to exist and point to the binary
/// that's currently running.
SpawnPrimary,
}