diff options
| author | Benjamin Brienen <benjamin.brienen@outlook.com> | 2025-02-20 01:28:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 01:28:20 +0100 |
| commit | 4bc72f720f9b612d7018f97669992aa5fcd40283 (patch) | |
| tree | b57220be48d57daf8c8ce4d31a0db03c34a67cc0 | |
| parent | 1ad2fa8d8a67794065eac2f1e947ea9118aacea4 (diff) | |
| download | rust-4bc72f720f9b612d7018f97669992aa5fcd40283.tar.gz rust-4bc72f720f9b612d7018f97669992aa5fcd40283.zip | |
Update architecture.md
it is stable since 1.52
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/contributing/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/contributing/architecture.md b/src/tools/rust-analyzer/docs/book/src/contributing/architecture.md index b9b98bfea3b..1cc13b3b964 100644 --- a/src/tools/rust-analyzer/docs/book/src/contributing/architecture.md +++ b/src/tools/rust-analyzer/docs/book/src/contributing/architecture.md @@ -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` |
