Inline abi::Size::bytes()

This save an additional 6 seconds on the test program.
This commit is contained in:
Wesley Wiser 2018-06-27 00:33:38 -04:00
parent 202aea5acd
commit 63ab0cba7d

View file

@ -240,6 +240,7 @@ impl Size {
}
}
#[inline]
pub fn bytes(self) -> u64 {
self.raw
}