Skip to content

Commit

Permalink
fix(structs1): Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marisa committed Nov 11, 2019
1 parent fbe91a6 commit f72e5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/structs/structs1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ mod tests {
#[test]
fn tuple_structs() {
// TODO: Instantiate a tuple struct!
// For more fun, use the field initialization shorthand.
// let green =

assert_eq!(green.0, "green");
Expand Down

0 comments on commit f72e5a8

Please sign in to comment.