oxc/crates/oxc_linter
overlookmotel f847d0f161 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.
2024-11-28 12:08:13 +00:00
..
examples
fixtures
src refactor(linter): call str::ends_with with array not slice (#7526) 2024-11-28 12:08:13 +00:00
tests
Cargo.toml refactor(linter): remove once_cell (#7510) 2024-11-28 10:30:52 +08:00
CHANGELOG.md release(oxlint): v0.13.2 (#7489) 2024-11-26 15:25:31 +08:00