You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… r=giraffate
Take over: New lint bytes count to len
take over rust-lang#8375closerust-lang#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()`
Seems to crash with stack overflow. Should print nice message and gracefully shutdown.
The text was updated successfully, but these errors were encountered: