mirror of
https://github.com/astral-sh/ruff
synced 2026-01-25 07:20:50 -05:00
## Summary Implement [`no-slice-copy`](https://github.com/dosisod/refurb/blob/master/refurb/checks/builtin/no_slice_copy.py) as `slice-copy` (`FURB145`). Related to #1348. ## Test Plan `cargo test`