diff --git a/exercises/structs/structs1.rs b/exercises/structs/structs1.rs index 870236df..138b3fd6 100644 --- a/exercises/structs/structs1.rs +++ b/exercises/structs/structs1.rs @@ -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");