This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit db3de81
authored
Unrolled build for rust-lang#116221
Rollup merge of rust-lang#116221 - ArchUsr64:patch-1, r=ChrisDenton
core/slice: Fix inconsistency between docs for `rotate_left` and `rotate_right`
A minor fix for documentation inconsistency as shown below:
## Before:

## After:

Docs url: https://doc.rust-lang.org/stable/core/primitive.slice.html#method.rotate_left1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3410 | 3410 | | |
3411 | 3411 | | |
3412 | 3412 | | |
3413 | | - | |
| 3413 | + | |
3414 | 3414 | | |
3415 | 3415 | | |
3416 | 3416 | | |
| |||
0 commit comments