1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 19:35:41 +02:00

rustc: remove test harness option

This commit is contained in:
Daniel Campoverde [alx741] 2016-05-06 11:59:33 -05:00
parent a923bc13e1
commit b5387ef527

View file

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