File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -563,8 +563,8 @@ What's going on here?
563563First, both ` extern crate` and ` use` allow renaming the thing that is being
564564imported. So the crate is still called " phrases" , but here we will refer
565565to it as " sayings" . Similarly, the first ` use` statement pulls in the
566- ` japanese::farewells ` module from the crate, but makes it available as
567- ` jp_farewells ` as opposed to simply ` farewells ` . This can help to avoid
566+ ` japanese::greetings ` module from the crate, but makes it available as
567+ ` ja_greetings ` as opposed to simply ` greetings ` . This can help to avoid
568568ambiguity when importing similarly-named items from different places.
569569
570570The second ` use` statement uses a star glob to bring in _all_ symbols from the
You can’t perform that action at this time.
0 commit comments