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]
4444A Rust source file describes a module, the name and location of which &mdash ;
4545in the module tree of the current crate &mdash ; are defined from outside the
4646source 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.
4848
4949r[ crate.inline-module]
5050Every source file is a
@@ -55,7 +55,7 @@ r[crate.items]
5555Each source file contains a sequence of zero or more [ _ Item_ ] definitions, and
5656may optionally begin with any number of [ attributes]
5757that apply to the containing module, most of which influence the behavior of
58- the compiler.
58+ the compiler.
5959
6060r[ crate.attributes]
6161The anonymous crate module can have additional attributes that
@@ -80,7 +80,7 @@ apply to the crate as a whole.
8080r[ crate.main]
8181
8282r[ 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.
8484
8585r[ crate.main.restriction]
8686If 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