fix(primitive_types6): remove 'unused doc comment' warning
This commit is contained in:
parent
4fb230daf1
commit
472d8592d6
|
@ -8,7 +8,7 @@
|
|||
#[test]
|
||||
fn indexing_tuple() {
|
||||
let numbers = (1, 2, 3);
|
||||
/// Replace below ??? with the tuple indexing syntax.
|
||||
// Replace below ??? with the tuple indexing syntax.
|
||||
let second = ???;
|
||||
|
||||
assert_eq!(2, second,
|
||||
|
|
Loading…
Reference in New Issue