Filenames in *

This commit is contained in:
Carol (Nichols || Goulding) 2016-10-14 22:29:38 -04:00
parent 4ccc84fdb3
commit e2d63bcd6c
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ $ cargo build
```
This line shows Cargo only updates the build with your tiny change to the
`src/main.rs` file. Your dependencies haven't changed, so Cargo knows it can
*src/main.rs* file. Your dependencies haven't changed, so Cargo knows it can
reuse what it has already downloaded and compiled for those. It just rebuilds
your part of the code.

View File

@ -427,7 +427,7 @@ $ cargo build
```
This line shows Cargo only updates the build with your tiny change to the
`src/main.rs` file. Your dependencies haven't changed, so Cargo knows it can
*src/main.rs* file. Your dependencies haven't changed, so Cargo knows it can
reuse what it has already downloaded and compiled for those. It just rebuilds
your part of the code.