diff --git a/pages/common/rustc.md b/pages/common/rustc.md index 464b1819e8..6e7e3ca6f6 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}}`