about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-10-02 14:24:59 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-10-02 14:24:59 +0200
commit70dcb998890c87e06c5b9df083520779617a0055 (patch)
tree9e0eb5cd7920897bc45c164946c57032a4f54e35
parent42ec6831b019114a4b6f6b58bfb5bc2927d70388 (diff)
downloadrust-70dcb998890c87e06c5b9df083520779617a0055.tar.gz
rust-70dcb998890c87e06c5b9df083520779617a0055.zip
Remove rustdoc warning
-rw-r--r--src/libtest/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index f04d289c4ef..8b76080fc68 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -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,
 }