mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2026-02-25 04:58:17 +00:00
test: add more tests
This commit is contained in:
@@ -81,7 +81,7 @@ pub struct Value(u64);
|
||||
impl Value {
|
||||
#[inline]
|
||||
#[must_use]
|
||||
pub fn as_64(self) -> u64 {
|
||||
pub const fn as_64(self) -> u64 {
|
||||
self.0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user