We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe91a6 commit f72e5a8Copy full SHA for f72e5a8
exercises/structs/structs1.rs
@@ -26,7 +26,6 @@ mod tests {
26
#[test]
27
fn tuple_structs() {
28
// TODO: Instantiate a tuple struct!
29
- // For more fun, use the field initialization shorthand.
30
// let green =
31
32
assert_eq!(green.0, "green");
0 commit comments