fix(structs1): Remove misleading comment
This commit is contained in:
parent
fbe91a67a4
commit
f72e5a8f05
@ -26,7 +26,6 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn tuple_structs() {
|
fn tuple_structs() {
|
||||||
// TODO: Instantiate a tuple struct!
|
// TODO: Instantiate a tuple struct!
|
||||||
// For more fun, use the field initialization shorthand.
|
|
||||||
// let green =
|
// let green =
|
||||||
|
|
||||||
assert_eq!(green.0, "green");
|
assert_eq!(green.0, "green");
|
||||||
|
Reference in New Issue
Block a user