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.
2 parents 3b451e4 + a0699bd commit 2e48fe9Copy full SHA for 2e48fe9
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