We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87315ef commit bd35008Copy full SHA for bd35008
crates/project-model/src/project_json.rs
@@ -23,7 +23,6 @@
23
//!
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
26
-//! [midlayer mistake](https://lwn.net/Articles/336262/), we allow configuring
27
//! the lowest possible layer. `ProjectJson` is essentially a hook to just set
28
//! that global singleton in-memory data structure. It is optimized for power,
29
//! not for convenience (you'd be using cargo anyway if you wanted nice things,
0 commit comments