mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

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_left