-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
This is a continuation of sorts of Issue #4496. In that issue, the return values of the tuple returned from calling pipes::init() were changes from (channel, port) to (port, channel) to better conform with other calling conventions elsewhere in the code base. I noticed that pipes::init() also went against convention, but don't yet have the understanding of self hosting compiler issues to tackle this just yet. A read through Issue #4496 is recommended.
ack --type-add=rust=.rs,.rc oneshot::init
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.