File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ r[crate.module-def]
44
44
A Rust source file describes a module, the name and location of which &mdash ;
45
45
in the module tree of the current crate &mdash ; are defined from outside the
46
46
source file: either by an explicit [ _ Module_ ] [ module ] item in a referencing
47
- source file, or by the name of the crate itself.
47
+ source file, or by the name of the crate itself.
48
48
49
49
r[ crate.inline-module]
50
50
Every source file is a
@@ -55,7 +55,7 @@ r[crate.items]
55
55
Each source file contains a sequence of zero or more [ _ Item_ ] definitions, and
56
56
may optionally begin with any number of [ attributes]
57
57
that apply to the containing module, most of which influence the behavior of
58
- the compiler.
58
+ the compiler.
59
59
60
60
r[ crate.attributes]
61
61
The anonymous crate module can have additional attributes that
@@ -80,7 +80,7 @@ apply to the crate as a whole.
80
80
r[ crate.main]
81
81
82
82
r[ crate.main.general]
83
- A crate that contains a ` main ` [ function] can be compiled to an executable.
83
+ A crate that contains a ` main ` [ function] can be compiled to an executable.
84
84
85
85
r[ crate.main.restriction]
86
86
If a ` main ` function is present, it must take no arguments, must not declare any
You can’t perform that action at this time.
0 commit comments