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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ Rust has three struct types: a classic c struct, a tuple struct, and a unit stru
#### 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)