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 c5db290 commit 5ebf4c4Copy full SHA for 5ebf4c4
src/doc/reference.md
@@ -818,9 +818,8 @@ item : extern_crate_decl | use_decl | mod_item | fn_item | type_item
818
| extern_block ;
819
```
820
821
-An _item_ is a component of a crate; some module items can be defined in crate
822
-files, but most are defined in source files. Items are organized within a crate
823
-by a nested set of [modules](#modules). Every crate has a single "outermost"
+An _item_ is a component of a crate. Items are organized within a crate by a
+nested set of [modules](#modules). Every crate has a single "outermost"
824
anonymous module; all further items within the crate have [paths](#paths)
825
within the module tree of the crate.
826
0 commit comments