Fix test to use &mut rather than &. Closes #30
This commit is contained in:
@@ -18,7 +18,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn u64_mut_ref_size() {
|
fn u64_mut_ref_size() {
|
||||||
assert_eq!(size_of::<&u64>(), todo!());
|
assert_eq!(size_of::<&mut u64>(), todo!());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user