mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
ff958ae3e4
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