Explorar el Código

rustc: remove test harness option

Daniel Campoverde [alx741] hace 8 años
padre
commit
b5387ef527
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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}}`