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