We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dfca5 commit cec6addCopy full SHA for cec6add
src/compiler-src.md
@@ -103,7 +103,7 @@ The dependency structure is influenced strongly by two main factors:
103
2. Compile time. By breaking the compiler into multiple crates, we can take
104
better advantage of incremental/parallel compilation using cargo. In
105
particular, we try to have as few dependencies between crates as possible so
106
- that we dont' have to rebuild as many crates if you change one.
+ that we don't have to rebuild as many crates if you change one.
107
108
At the very bottom of the dependency tree are a handful of crates that are used
109
by the whole compiler (e.g. [`rustc_span`]). The very early parts of the
0 commit comments