fix: Add 5.3 to structs/README

This commit is contained in:
Shao Yang Hong 2021-02-15 22:41:09 +08:00
parent ab57c26cf9
commit a79afd6479

View file

@ -5,3 +5,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/book/ch05-01-defining-structs.html)
- [Method Syntax](https://doc.rust-lang.org/book/ch05-03-method-syntax.html)