Skip to content

Commit 472d859

Browse files
author
Matthew Smillie
committed
fix(primitive_types6): remove 'unused doc comment' warning
1 parent 4fb230d commit 472d859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/primitive_types/primitive_types6.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#[test]
99
fn indexing_tuple() {
1010
let numbers = (1, 2, 3);
11-
/// Replace below ??? with the tuple indexing syntax.
11+
// Replace below ??? with the tuple indexing syntax.
1212
let second = ???;
1313

1414
assert_eq!(2, second,

0 commit comments

Comments
 (0)