Commits
Click on a commit to change the comparison rangerefactor(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.3 months ago
by overlookmotel