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
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In #4867 we removed GenericChan and GenericPort from the prelude. I now think this was a mistake, since these are the traits that provide send and recv. Maybe GenericChan, GenericPort, GenericSmartChan and Peekable should all be imported by default.
The text was updated successfully, but these errors were encountered:
…p1995
Keep the ordering in `nonminimal_bool` lint
I believe it shouldn't cause any regression but feel free to let me know if you have a doubtful example.
Also, splits up `booleans` ui test.
Fixesrust-lang#5045
changelog: none
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In #4867 we removed
GenericChan
andGenericPort
from the prelude. I now think this was a mistake, since these are the traits that providesend
andrecv
. MaybeGenericChan
,GenericPort
,GenericSmartChan
andPeekable
should all be imported by default.The text was updated successfully, but these errors were encountered: