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
Unlocked stdio read/writes can be extremely inefficient. I propose adding a lint to clippy-pedantic, which detects unlocked stdio operations, and warns on them.
The text was updated successfully, but these errors were encountered:
Unlocked stdio read/writes can be extremely inefficient. I propose adding a lint to clippy-pedantic, which detects unlocked stdio operations, and warns on them.
The text was updated successfully, but these errors were encountered: