File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -740,13 +740,14 @@ There are several kinds of item:
740
740
* [ ` extern crate ` declarations] ( #extern-crate-declarations )
741
741
* [ ` use ` declarations] ( #use-declarations )
742
742
* [ modules] ( #modules )
743
- * [ functions] ( #functions )
743
+ * [ function definitions] ( #functions )
744
+ * [ ` extern ` blocks] ( #external-blocks )
744
745
* [ type definitions] ( grammar.html#type-definitions )
745
- * [ structs ] ( #structs )
746
- * [ enumerations ] ( #enumerations )
746
+ * [ struct definitions ] ( #structs )
747
+ * [ enumeration definitions ] ( #enumerations )
747
748
* [ constant items] ( #constant-items )
748
749
* [ static items] ( #static-items )
749
- * [ traits ] ( #traits )
750
+ * [ trait definitions ] ( #traits )
750
751
* [ implementations] ( #implementations )
751
752
752
753
Some items form an implicit scope for the declaration of sub-items. In other
You can’t perform that action at this time.
0 commit comments