Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(linter): call
str::ends_with
with array not slice (#7526)
Arrays are more performant than slices where it's possible to use them. Caught by newly enabled lint rule in Rust 1.82.0 in #6649.
- Loading branch information