From 11daea37b69f94f91584059874e26a8015a1398a Mon Sep 17 00:00:00 2001 From: Benjamin Brienen Date: Thu, 20 Feb 2025 01:28:20 +0100 Subject: [PATCH] Update architecture.md it is stable since 1.52 --- docs/book/src/contributing/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/contributing/architecture.md b/docs/book/src/contributing/architecture.md index b9b98bfea3..1cc13b3b96 100644 --- a/docs/book/src/contributing/architecture.md +++ b/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`