From 231bd084078cfda106c0e9ea36c4e0857e5722cb Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 9 Jul 2012 16:42:12 -0700 Subject: [PATCH] tutorial: Don't mention the non-existant --no-core switch --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index 972627ab5df..b30192d6788 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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].