Jelajahi Sumber

rustc: remove test harness option

Daniel Campoverde [alx741] 8 tahun lalu
induk
melakukan
b5387ef527
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  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}}`