Samuel Tardieu
89b334d47c
chore: update some tests to allow const_is_empty
2024-02-26 08:51:28 +01:00
Yuxiang Qiu
88541d6637
fix some typos
2024-01-02 19:21:51 -05:00
Dev381
d9d25e98fc
Fix redundant_as_str .fixed file not being consistent
2023-09-18 16:46:00 -04:00
Dev381
5224853434
Remove periods from end of sentences in redundant_as_str comments
2023-09-18 16:37:27 -04:00
Dev381
367ba9cd00
Add not redundant examples for redundant_as_str
2023-09-18 16:36:10 -04:00
Dev381
00ca47b97d
Add more examples and comments to redundant_as_str test
2023-09-18 16:32:22 -04:00
Dev381
f2ab16eac1
Add not triggering examples to redundant_as_str test
2023-09-18 16:08:02 -04:00
Dev381
1c9f3bef8b
Add redundant_as_str lint
...
This lint checks for `as_str` on a `String` immediately followed by `as_bytes` or `is_empty` as those methods are available on `String` too. This could possibly also be extended to `&[u8]` in the future.
2023-09-17 17:50:45 -04:00