1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 14:31:15 +02:00
Not sure of the intended meaning. At least the sentence is true and gramattically correct here
This commit is contained in:
Arthur Milchior 2022-12-24 20:39:48 -08:00 committed by GitHub
parent 8f638d8c4a
commit 2b2e006417

View File

@ -37,5 +37,5 @@ These types are not thread-safe and cannot be moved to other threads:
* `Rc<T>`: each `Rc<T>` has a reference to an `RcBox<T>`, which contains a
non-atomic reference count.
* `*const T`, `*mut T`: Rust that there are special lifetime considerations for the
* `*const T`, `*mut T`: Rust has special lifetime considerations for the
pointer.