mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-02 16:59:18 +00:00
delete not
This commit is contained in:
parent
f80fbca12e
commit
7ac8054e92
@ -12,6 +12,6 @@ mod tests {
|
|||||||
// and assign it to a variable called `second`.
|
// and assign it to a variable called `second`.
|
||||||
// let second = ???;
|
// let second = ???;
|
||||||
|
|
||||||
assert_eq!(second, 2, "This is not the 2nd number in the tuple!");
|
assert_eq!(second, 2, "This is the 2nd number in the tuple!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user