Navigation Menu

Skip to content

Commit

Permalink
remove 'crate files' sentence
Browse files Browse the repository at this point in the history
Fixes #22386
  • Loading branch information
steveklabnik committed Feb 16, 2015
1 parent c5db290 commit 5ebf4c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/doc/reference.md
Expand Up @@ -818,9 +818,8 @@ item : extern_crate_decl | use_decl | mod_item | fn_item | type_item
| extern_block ;
```

An _item_ is a component of a crate; some module items can be defined in crate
files, but most are defined in source files. Items are organized within a crate
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"
anonymous module; all further items within the crate have [paths](#paths)
within the module tree of the crate.

Expand Down

0 comments on commit 5ebf4c4

Please sign in to comment.