fix(structs1): Remove misleading comment
This commit is contained in:
parent
fbe91a67a4
commit
f72e5a8f05
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue