rustc: remove test harness option

waldyrious/alt-syntax
Daniel Campoverde [alx741] 2016-05-06 11:59:33 -05:00
parent a923bc13e1
commit b5387ef527
1 changed files with 0 additions and 4 deletions

View File

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