Skip to content

Commit a97ffa2

Browse files
committed
Rollup merge of rust-lang#22413 - steveklabnik:gh22386, r=alexcrichton
Fixes rust-lang#22386
2 parents b491b16 + 5ebf4c4 commit a97ffa2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/reference.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,8 @@ item : extern_crate_decl | use_decl | mod_item | fn_item | type_item
818818
| extern_block ;
819819
```
820820

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"
821+
An _item_ is a component of a crate. Items are organized within a crate by a
822+
nested set of [modules](#modules). Every crate has a single "outermost"
824823
anonymous module; all further items within the crate have [paths](#paths)
825824
within the module tree of the crate.
826825

0 commit comments

Comments
 (0)