1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-29 15:31:23 +02:00

fix: update structs README

This commit is contained in:
seancad 2020-12-15 00:32:46 -07:00 committed by GitHub
parent 1dae782cd4
commit bcf14cf677
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -4,4 +4,4 @@ Rust has three struct types: a classic c struct, a tuple struct, and a unit stru
#### Book Sections #### Book Sections
- [Structures](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html) - [Structures](https://doc.rust-lang.org/book/ch05-01-defining-structs.html)