From b5387ef5276165e149f12abbba5acc06362b6581 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 11:59:33 -0500 Subject: [PATCH] rustc: remove test harness option --- pages/common/rustc.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/rustc.md b/pages/common/rustc.md index 464b1819e..6e7e3ca6f 100644 --- a/pages/common/rustc.md +++ b/pages/common/rustc.md @@ -14,7 +14,3 @@ - Compile with debugging information: `rustc -g {{file.rs}}` - -- Build a test harness: - -`rustc --test {{file.rs}}`