Remove both just and only

This commit is contained in:
Carol (Nichols || Goulding) 2018-11-06 15:33:39 -05:00
parent 51e23a65c4
commit 6a3bac05d3
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
## The Module System to Control Scope and Privacy
Rust has a feature that's often referred to as "the module system," but
it encompasses a few more features than just modules. In this section,
we'll talk about:
Rust has a feature that's often referred to as "the module system," but it
encompasses a few more features than modules. In this section, we'll talk about:
* Modules, a way to organize code and control the privacy of paths
* Paths, a way to name items