Merge pull request #19185 from BenjaminBrienen/patch-3

Update architecture.md
This commit is contained in:
Laurențiu Nicola 2025-02-20 07:23:34 +00:00 committed by GitHub
commit 457d1d263c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`