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 1818//! Normally, we get this "crate graph" by calling `cargo metadata
1919//! --message-format=json` for each cargo workspace and merging results. This
2020//! 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
2222//! some such.
2323//!
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
2526//! [midlayer mistake](https://lwn.net/Articles/336262/), we allow configuring
2627//! the lowest possible layer. `ProjectJson` is essentially a hook to just set
2728//! that global singleton in-memory data structure. It is optimized for power,
You can’t perform that action at this time.
0 commit comments