Skip to content

Commit

Permalink
chore: update 0.19.2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 14, 2023
1 parent b859620 commit 9eebd1f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,4 @@ fn get_octopus() -> Animal {
```

The new variables can be bound with names different from the original struct field names, as
showcased in the `legs --> feet` binding in the example above.

:::note
You can use Structs as inputs to the `main` function, but you can't output them
:::
showcased in the `legs --> feet` binding in the example above.

0 comments on commit 9eebd1f

Please sign in to comment.