Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Who? Me?! 2020-08-02 19:38:20 -05:00
parent f8dfca5001
commit cec6addcaf
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ The dependency structure is influenced strongly by two main factors:
2. Compile time. By breaking the compiler into multiple crates, we can take
better advantage of incremental/parallel compilation using cargo. In
particular, we try to have as few dependencies between crates as possible so
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.
At the very bottom of the dependency tree are a handful of crates that are used
by the whole compiler (e.g. [`rustc_span`]). The very early parts of the