Skip to content

Commit 5ebf4c4

Browse files
committed
remove 'crate files' sentence
Fixes #22386
1 parent c5db290 commit 5ebf4c4

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)