mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
Change modules exercise to depend on all chapter 7 from the book instead of only 7.1
This commit is contained in:
parent
df25684cb7
commit
64c35cf781
@ -9,7 +9,7 @@
|
|||||||
| primitive_types | §4.3 |
|
| primitive_types | §4.3 |
|
||||||
| structs | §5.1 |
|
| structs | §5.1 |
|
||||||
| enums | §6 |
|
| enums | §6 |
|
||||||
| modules | §7.2 |
|
| modules | §7 |
|
||||||
| collections | §8.1, §8.3 |
|
| collections | §8.1, §8.3 |
|
||||||
| strings | §8.2 |
|
| strings | §8.2 |
|
||||||
| error_handling | §9 |
|
| error_handling | §9 |
|
||||||
|
|||||||
@ -4,4 +4,4 @@ In this section we'll give you an introduction to Rust's module system.
|
|||||||
|
|
||||||
## Further information
|
## 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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user