mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Fix file paths to match convention
This commit is contained in:
parent
938ed6519a
commit
8e11255af5
@ -121,8 +121,8 @@ Let's build it!
|
||||
|
||||
```bash
|
||||
$ cargo build
|
||||
Compiling add-one v0.1.0 (file:///home/steve/tmp/adder/add-one)
|
||||
Compiling adder v0.1.0 (file:///home/steve/tmp/adder)
|
||||
Compiling add-one v0.1.0 (file:///projects/adder/add-one)
|
||||
Compiling adder v0.1.0 (file:///projects/adder)
|
||||
Finished debug [unoptimized + debuginfo] target(s) in 0.68 secs
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user