diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-04-07 18:36:48 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-04-07 18:36:48 +0000 |
| commit | 5f50c0f7ac668bf1b2a29aa706d5b645e7060f65 (patch) | |
| tree | 7833116f9cca40d008f7070bac616458c69959ae /library/core/src | |
| parent | be8e5ba157a4ae494f9b4219b3b848e44ea5e8d3 (diff) | |
| download | rust-5f50c0f7ac668bf1b2a29aa706d5b645e7060f65.tar.gz rust-5f50c0f7ac668bf1b2a29aa706d5b645e7060f65.zip | |
Document that `&T` and `&mut T` are `Sync` if `T` is
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/primitive_docs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs index bf8339335dd..51e6947a9c2 100644 --- a/library/core/src/primitive_docs.rs +++ b/library/core/src/primitive_docs.rs @@ -1362,6 +1362,7 @@ mod prim_usize {} /// * [`Hash`] /// * [`ToSocketAddrs`] /// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>) +/// * [`Sync`] /// /// [`std::fmt`]: fmt /// [`Hash`]: hash::Hash |
