We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239557d commit b537028Copy full SHA for b537028
src/doc/tutorial.md
@@ -2965,7 +2965,7 @@ use farm::*;
2965
~~~
2966
2967
> *Note:* This feature of the compiler is currently gated behind the
2968
-> `#[feature(globs)]` directive. More about these directives can be found in
+> `#![feature(globs)]` directive. More about these directives can be found in
2969
> the manual.
2970
2971
However, that's not all. You can also rename an item while you're bringing it into scope:
0 commit comments