We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c8da0 commit a0699bdCopy full SHA for a0699bd
exercises/conversions/as_ref_mut.rs
@@ -57,7 +57,7 @@ mod tests {
57
}
58
59
#[test]
60
- fn mult_box() {
+ fn mut_box() {
61
let mut num: Box<u32> = Box::new(3);
62
num_sq(&mut num);
63
assert_eq!(*num, 9);
0 commit comments