mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-13 01:20:42 +02:00
Merge pull request #1675 from jurglic/fix-rand-typo
fix: test name typo
This commit is contained in:
@ -57,7 +57,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn mult_box() {
|
||||
fn mut_box() {
|
||||
let mut num: Box<u32> = Box::new(3);
|
||||
num_sq(&mut num);
|
||||
assert_eq!(*num, 9);
|
||||
|
Reference in New Issue
Block a user