fix(primitive_types6): remove 'unused doc comment' warning

pull/561/head
Matthew Smillie 4 years ago
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…
Cancel
Save