mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Update crates/project-model/src/project_json.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
87315ef5c3
commit
bd350085f6
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
//!
|
||||
//! To support this use case, we need to make _something_ configurable. To avoid
|
||||
//! a [midlayer mistake](https://lwn.net/Articles/336262/), we allow configuring
|
||||
//! [midlayer mistake](https://lwn.net/Articles/336262/), we allow configuring
|
||||
//! the lowest possible layer. `ProjectJson` is essentially a hook to just set
|
||||
//! that global singleton in-memory data structure. It is optimized for power,
|
||||
//! not for convenience (you'd be using cargo anyway if you wanted nice things,
|
||||
|
|
Loading…
Reference in a new issue