Closed alexcrichton closed 4 years ago
This commit refactors a bit to avoid using a macro for constructing a Mapping and instead adds a dedicated function. This is a bit easier to navigate and will hopefully help deduplicate construction of a Mapping as well.
Mapping
This commit refactors a bit to avoid using a macro for constructing a
Mapping
and instead adds a dedicated function. This is a bit easier to navigate and will hopefully help deduplicate construction of aMapping
as well.