Skip to content

Commit

Permalink
fix(primitive_types6): remove 'unused doc comment' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Smillie committed Oct 14, 2020
1 parent 4fb230d commit 472d859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/primitive_types/primitive_types6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 472d859

Please sign in to comment.