mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Filenames in *
This commit is contained in:
parent
4ccc84fdb3
commit
e2d63bcd6c
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user