diff options
| author | Shao Yang Hong <hongsy2006@gmail.com> | 2021-04-20 17:19:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-20 11:19:24 +0200 |
| commit | 6bd791f2f44aa7f0ad926df767f6b1fa8f12a9a9 (patch) | |
| tree | e23fc18b93ab38a5c27a9c334c02919e74795c4f | |
| parent | ec5f80dce10790296edabd3314316add63316c18 (diff) | |
fix(structs): Add 5.3 to structs/README (#652)
Co-authored-by: Shao Yang Hong <shaoyang.hong@ninjavan.co>
| -rw-r--r-- | exercises/structs/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/structs/README.md b/exercises/structs/README.md index 72e0061..58e5a6a 100644 --- a/exercises/structs/README.md +++ b/exercises/structs/README.md @@ -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) |
