1
Fork 0

remove old rc extension from detection files

This commit is contained in:
Daniel Micay 2014-01-22 20:36:08 -05:00
parent fce792249e
commit a2dab3c46e
5 changed files with 5 additions and 6 deletions

View file

@ -122,8 +122,8 @@ To build an executable from a source file with a main function:
To build a library from a source file:
$ rustc --lib hello-lib.rs
To build either with a crate (.rc) file:
$ rustc hello.rc
To build either with a crate (.rs) file:
$ rustc hello.rs
To build an executable with debug info (experimental):
$ rustc -Z debug-info -o hello hello.rs