Skip to content

Commit fb72d7c

Browse files
committed
auto merge of #13881 : aochagavia/rust/pr, r=alexcrichton
2 parents e4ad24f + b537028 commit fb72d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2965,7 +2965,7 @@ use farm::*;
29652965
~~~
29662966

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

0 commit comments

Comments
 (0)