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