e17b97c8e0
Take over: New lint bytes count to len take over #8375 close #8083 This PR adds new lint about considering replacing `.bytes().count()` with `.len()`. Thank you in advance. --- r! `@Manishearth` changelog: adds new lint [`bytes_count_to_len`] to consider replacing `.bytes().count()` with `.len()`