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
chore: add infinite_loop clippy style and readability lint (#981)
> Checks for infinite loops in a function where the return type is not ! and lint accordingly. > Making the return type ! serves as documentation that the function does not return. If the function is not intended to loop infinitely, then this lint may detect a bug.
0 commit comments