summaryrefslogtreecommitdiff
path: root/exercises/structs
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-11 13:57:59 +0100
committermarisa <mokou@posteo.de>2019-11-11 13:57:59 +0100
commitf72e5a8f05568dde04eaeac10b9a69872f21cb37 (patch)
treed2e67e840866677d4169c8e191b558a67e3af085 /exercises/structs
parentfbe91a67a482bfe64cbcdd58d06ba830a0f39da3 (diff)
fix(structs1): Remove misleading comment
Diffstat (limited to 'exercises/structs')
-rw-r--r--exercises/structs/structs1.rs1
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");