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.
2 parents e4ad24f + b537028 commit fb72d7cCopy full SHA for fb72d7c
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