-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
I've been going through syntax::ast recently and found that there are still quite a few uses of uint. Not just the type name, but its used in a good few places in method names too.
A quick grep tells me there's 246 uses of it in libsyntax. Are there plans to remove/rename these uses? I'd be happy to go through it if someone isn't already on the case!
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.