Fixed outdated note in the tutorial

This commit is contained in:
Adolfo Ochagavía 2014-05-01 17:52:17 +02:00
parent 239557de6d
commit b537028116

View File

@ -2965,7 +2965,7 @@ use farm::*;
~~~
> *Note:* This feature of the compiler is currently gated behind the
> `#[feature(globs)]` directive. More about these directives can be found in
> `#![feature(globs)]` directive. More about these directives can be found in
> the manual.
However, that's not all. You can also rename an item while you're bringing it into scope: