Change modules exercise to depend on all chapter 7 from the book instead of only 7.1

This commit is contained in:
Shmulik Cohen 2021-08-13 14:00:36 +03:00
parent df25684cb7
commit 64c35cf781
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
| primitive_types | §4.3 |
| structs | §5.1 |
| enums | §6 |
| modules | §7.2 |
| modules | §7 |
| collections | §8.1, §8.3 |
| strings | §8.2 |
| error_handling | §9 |

View File

@ -4,4 +4,4 @@ In this section we'll give you an introduction to Rust's module system.
## Further information
- [The Module System](https://doc.rust-lang.org/book/ch07-02-defining-modules-to-control-scope-and-privacy.html)
- [The Module System](https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html)