From 70dcb998890c87e06c5b9df083520779617a0055 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 2 Oct 2019 14:24:59 +0200 Subject: [PATCH] Remove rustdoc warning --- src/libtest/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }