Skip to content

Commit f72e5a8

Browse files
author
marisa
committed
fix(structs1): Remove misleading comment
1 parent fbe91a6 commit f72e5a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/structs/structs1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ mod tests {
2626
#[test]
2727
fn tuple_structs() {
2828
// TODO: Instantiate a tuple struct!
29-
// For more fun, use the field initialization shorthand.
3029
// let green =
3130

3231
assert_eq!(green.0, "green");

0 commit comments

Comments
 (0)