浏览代码

rustc: remove test harness option

Daniel Campoverde [alx741] 8 年之前
父节点
当前提交
b5387ef527
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      pages/common/rustc.md

+ 0 - 4
pages/common/rustc.md

@@ -14,7 +14,3 @@
 - Compile with debugging information:
 
 `rustc -g {{file.rs}}`
-
-- Build a test harness:
-
-`rustc --test {{file.rs}}`