diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 13:57:59 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 13:57:59 +0100 |
| commit | f72e5a8f05568dde04eaeac10b9a69872f21cb37 (patch) | |
| tree | d2e67e840866677d4169c8e191b558a67e3af085 | |
| parent | fbe91a67a482bfe64cbcdd58d06ba830a0f39da3 (diff) | |
fix(structs1): Remove misleading comment
| -rw-r--r-- | exercises/structs/structs1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/structs/structs1.rs b/exercises/structs/structs1.rs index 870236d..138b3fd 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"); |
