File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
//! Normally, we get this "crate graph" by calling `cargo metadata
19
19
//! --message-format=json` for each cargo workspace and merging results. This
20
20
//! works for your typical cargo project, but breaks down for large folks who
21
- //! have a monorepo with an infitine amount of Rust which is build with bazel or
21
+ //! have a monorepo with an infinite amount of Rust code which is built with bazel or
22
22
//! some such.
23
23
//!
24
- //! To support this use-case, we need to make _something_ configurable. To avoid
24
+ //! To support this use case, we need to make _something_ configurable. To avoid
25
+ //! a [midlayer mistake](https://lwn.net/Articles/336262/), we allow configuring
25
26
//! [midlayer mistake](https://lwn.net/Articles/336262/), we allow configuring
26
27
//! the lowest possible layer. `ProjectJson` is essentially a hook to just set
27
28
//! that global singleton in-memory data structure. It is optimized for power,
You can’t perform that action at this time.
0 commit comments