Closed aturon closed 4 years ago
This PR contains a few minor cleanups made along the way while getting to know the lucetc code:
impl AsRef<Path>
std::fs::read
These are both Rust features that likely post-date the original code.
Closing in favor of a new PR using a branch within the repo.
This PR contains a few minor cleanups made along the way while getting to know the lucetc code:
impl AsRef<Path>
and similar rather than indirecting through generics.std::fs::read
.These are both Rust features that likely post-date the original code.