-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the organization of the Selectable trait, etc. #5160
Comments
This should probably be folded into Issue #6842. |
(but I won't close it; instead it will remain as a thorn in the side of whomever is implementing #6842. :) |
The same issue exists in the new implementation of select currently in |
Appears to be still relevant. Properly classified, moving on. |
Also, the select routine itself can be moved out of the runtime. |
…oat-literal, r=flip1995 Lint lossy whole number float literals changelog: Extend `excessive_precision` to lint lossy whole number float literals Fixes rust-lang#5160
comm
is the user-facing interface to pipes. It currently reexportspipes::Selectable
so it can be used byselecti
andselect2i
. This exposes a single detail ofcore::pipes
, which otherwise users don't need to be aware of. Decide whether this trait belongs topipes
or tocomm
.The text was updated successfully, but these errors were encountered: