trivially implement PassByValue for usize

This commit is contained in:
Dustin J. Mitchell 2022-02-06 16:26:09 +00:00
parent dadc9473d3
commit b0f7850711
3 changed files with 18 additions and 3 deletions

View file

@ -4,6 +4,7 @@ mod traits;
mod util;
pub mod arrays;
pub mod atomic;
pub mod replica;
pub mod result;
pub mod status;