You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MapperAllSizes trait currently provides only methods for translating addresses. While it is currently a supertrait of Mapper<{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:
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: