mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
fix(primitive_types6): missing comma in test
This commit is contained in:
parent
e6bde22f9c
commit
4fb230daf1
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ fn indexing_tuple() {
|
|||
/// Replace below ??? with the tuple indexing syntax.
|
||||
let second = ???;
|
||||
|
||||
assert_eq!(2, second
|
||||
assert_eq!(2, second,
|
||||
"This is not the 2nd number in the tuple!")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue