about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-02-20 07:23:34 +0000
committerGitHub <noreply@github.com>2025-02-20 07:23:34 +0000
commit36768cd02e961fdea8893713afc431dc7028108f (patch)
treef1b81d9ca1f47523f8f9d264448ebd3b61faf079
parente14f40786ed3ba7f0dea86f38b2fdc221008315f (diff)
parent4bc72f720f9b612d7018f97669992aa5fcd40283 (diff)
downloadrust-36768cd02e961fdea8893713afc431dc7028108f.tar.gz
rust-36768cd02e961fdea8893713afc431dc7028108f.zip
Merge pull request #19185 from BenjaminBrienen/patch-3
Update architecture.md
-rw-r--r--src/tools/rust-analyzer/docs/book/src/contributing/architecture.md2
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`