소스 검색

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}}`