fix(structs1): Remove misleading comment

This commit is contained in:
marisa 2019-11-11 13:57:59 +01:00
parent fbe91a67a4
commit f72e5a8f05
1 changed files with 0 additions and 1 deletions

View File

@ -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");