Skip to content

Commit

Permalink
Merge pull request #1419 from 4geru/remove_new_line_which_seems_tree_…
Browse files Browse the repository at this point in the history
…types

update struct.md
  • Loading branch information
marioidival committed Mar 22, 2021
2 parents 87b62dd + ad71e72 commit 9ce6bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/custom_types/structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
There are three types of structures ("structs") that can be created using the
`struct` keyword:

* Tuple structs, which are, basically, named tuples.
* The classic [C structs][c_struct]
* Tuple structs, which are, basically, named tuples. The classic [C structs][c_struct]
* Unit structs, which are field-less, are useful for generics.

```rust,editable
Expand Down

0 comments on commit 9ce6bf9

Please sign in to comment.