Auto merge of #28003 - nkondratyev:patch-1, r=steveklabnik

This commit is contained in:
bors 2015-08-26 23:03:24 +00:00
commit 80b971a9b8

View file

@ -115,7 +115,7 @@ $ ls target/debug
build deps examples libphrases-a7448e02a0468eaa.rlib native
```
`libphrase-hash.rlib` is the compiled crate. Before we see how to use this
`libphrases-hash.rlib` is the compiled crate. Before we see how to use this
crate from another crate, lets break it up into multiple files.
# Multiple file crates