1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 00:08:06 +02:00

fix(structs1): Remove misleading comment

This commit is contained in:
marisa 2019-11-11 13:57:59 +01:00
parent fbe91a67a4
commit f72e5a8f05

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