File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
branches/snap-stage3/src/doc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: d0983872efeea757600031a081a2eff9676fe895
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: fb594484e6b290f95efc8a6108b6e9892a3016bc
4
+ refs/heads/snap-stage3: 98fd2abe0a8cecf26c6ae21d13c8a192fbdbf85d
5
5
refs/heads/try: 18dc3bc9e3314a250c0718ab329938e676410cdf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -396,10 +396,10 @@ Hello, world!
396
396
397
397
Bam! We build our project with ` cargo build ` , and run it with
398
398
` ./target/hello_world ` . This hasn't bought us a whole lot over our simple use
399
- of ` rustc ` , but think about the future: when our project has more tha one file,
400
- we would need to call ` rustc ` twice, and pass it a bunch of options to tell it
401
- to build everything together. With Cargo, as our project grows, we can just
402
- ` cargo build ` and it'll work the right way.
399
+ of ` rustc ` , but think about the future: when our project has more than one
400
+ file, we would need to call ` rustc ` twice, and pass it a bunch of options to
401
+ tell it to build everything together. With Cargo, as our project grows, we can
402
+ just ` cargo build ` and it'll work the right way.
403
403
404
404
That's it! We've successfully built ` hello_world ` with Cargo. Even though our
405
405
program is simple, it's using all of the real tooling that you'll use for the
You can’t perform that action at this time.
0 commit comments