rollup merge of #20210: tshepang/patch-5

This commit is contained in:
Alex Crichton 2014-12-29 16:36:04 -08:00
commit 9ac9d7af3b

View file

@ -1891,7 +1891,7 @@ authors = ["Your Name <you@example.com>"]
Cargo gets this information from your environment. If it's not correct, go ahead Cargo gets this information from your environment. If it's not correct, go ahead
and fix that. and fix that.
Finally, Cargo generated a hello, world for us. Check out `src/main.rs`: Finally, Cargo generated a "Hello, world!" for us. Check out `src/main.rs`:
```{rust} ```{rust}
fn main() { fn main() {