We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d63721 commit f972e09Copy full SHA for f972e09
src/doc/style-guide/src/items.md
@@ -1,5 +1,10 @@
1
## Items
2
3
+Items consist of the set of things permitted at the top level of a module.
4
+However, Rust also allows some items to appear within some other types of
5
+items, such as within a function. The same formatting conventions apply whether
6
+an item appears at module level or within another item.
7
+
8
`extern crate` statements must be first in a file. They must be ordered
9
alphabetically.
10
0 commit comments