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 76c59dc commit 4be61adCopy full SHA for 4be61ad
src/doc/reference.md
@@ -1885,8 +1885,7 @@ type int8_t = i8;
1885
1886
### Module-only attributes
1887
1888
-- `no_implicit_prelude` - disable injecting `use std::prelude::*` in this
1889
- module.
+- `no_prelude` - disable injecting `use std::prelude::*` in this module.
1890
- `path` - specifies the file to load the module from. `#[path="foo.rs"] mod
1891
bar;` is equivalent to `mod bar { /* contents of foo.rs */ }`. The path is
1892
taken relative to the directory that the current module is in.
0 commit comments