mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
Merge pull request #19185 from BenjaminBrienen/patch-3
Update architecture.md
This commit is contained in:
commit
457d1d263c
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ For this reason, all path APIs generally take some existing path as a "file syst
|
|||
### `crates/stdx`
|
||||
|
||||
This crate contains various non-rust-analyzer specific utils, which could have been in std, as well
|
||||
as copies of unstable std items we would like to make use of already, like `std::str::split_once`.
|
||||
as copies of unstable std items we would like to make use of already.
|
||||
|
||||
### `crates/profile`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue