From b537028116c8f5d98ec6e522ba5fe44067d7234e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Ochagav=C3=ADa?= Date: Thu, 1 May 2014 17:52:17 +0200 Subject: [PATCH] Fixed outdated note in the tutorial --- src/doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 69e79d2b27c59..5e58bd0d2152d 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -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: