Преглед на файлове

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