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 4fb230d commit 472d859Copy full SHA for 472d859
exercises/primitive_types/primitive_types6.rs
@@ -8,7 +8,7 @@
8
#[test]
9
fn indexing_tuple() {
10
let numbers = (1, 2, 3);
11
- /// Replace below ??? with the tuple indexing syntax.
+ // Replace below ??? with the tuple indexing syntax.
12
let second = ???;
13
14
assert_eq!(2, second,
0 commit comments