mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-22 23:10:20 +08:00
Update ch07-02-defining-modules-to-control-scope-and-privacy.md (#134)
This commit is contained in:
parent
e4cfa025d5
commit
bca2197702
@ -21,7 +21,7 @@ mod front_of_house {
|
||||
mod serving {
|
||||
fn take_order() {}
|
||||
|
||||
fn server_order() {}
|
||||
fn serve_order() {}
|
||||
|
||||
fn take_payment() {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user