-
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.
Milestone
Description
< bstrie> pcwalton: do you know why priv is commented out on this line in
std::future?
https://github.com/mozilla/rust/blob/master/src/libstd/future.rs#L30
<@brson> bstrie: because the priv keyword wasn't supported there at the
time. it's a reminder that that field should be 'priv'
< bstrie> ok, so that should be changed then
<@brson> yes
Find all priv fields of this type and uncomment them. Should perhaps also go through the rest of the libraries and stick priv qualifiers wherever their use may have been overlooked.
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.