-
Notifications
You must be signed in to change notification settings - Fork 132
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
Rename MapperAllSizes
to Translate
?
#152
Comments
It might be worth keeping |
Triage: should this be closed on account of #211 ? |
Yes, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
MapperAllSizes
trait currently provides only methods for translating addresses. While it is currently a supertrait ofMapper<{Size4KiB, Size2MiB, Size1GiB}
, this isn't really required for any of its methods. It might thus be a good idea to remove the supertrait relationship and rename the trait to e.g.Translate
.The text was updated successfully, but these errors were encountered: