tutorial: Don't mention the non-existant --no-core switch

This commit is contained in:
Brian Anderson 2012-07-09 16:42:12 -07:00
parent 2c0aa257e2
commit 231bd08407

View File

@ -2229,7 +2229,7 @@ somewhere, it will complain that no matching crate was found.
A set of basic library routines, mostly related to built-in datatypes
and the task system, are always implicitly linked and included in any
Rust program, unless the `--no-core` compiler switch is given.
Rust program.
This library is documented [here][core].