Skip to content

Commit 08dea20

Browse files
committed
Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitor
Rollup of 6 pull requests Successful merges: - #110058 (Remove `box_syntax` usage) - #110059 (ignore_git → omit_git_hash) - #110060 (Document that `&T` and `&mut T` are `Sync` if `T` is) - #110074 (Make the "codegen" profile of `config.toml` download and build llvm from source.) - #110086 (Add `max_line_length` to `.editorconfig`, matching rustfmt) - #110096 (Tweak tuple indexing suggestion) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents bbb63f8 + a6964bf commit 08dea20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/src/primitive_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ mod prim_usize {}
13621362
/// * [`Hash`]
13631363
/// * [`ToSocketAddrs`]
13641364
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
1365+
/// * [`Sync`]
13651366
///
13661367
/// [`std::fmt`]: fmt
13671368
/// [`Hash`]: hash::Hash

std/src/primitive_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ mod prim_usize {}
13621362
/// * [`Hash`]
13631363
/// * [`ToSocketAddrs`]
13641364
/// * [`Send`] \(`&T` references also require <code>T: [Sync]</code>)
1365+
/// * [`Sync`]
13651366
///
13661367
/// [`std::fmt`]: fmt
13671368
/// [`Hash`]: hash::Hash

0 commit comments

Comments
 (0)