Rollup merge of #24513 - j1n3l0:patch-1, r=alexcrichton

This commit is contained in:
Manish Goregaokar 2015-04-17 18:16:06 +05:30
commit 27dc069234

View File

@ -89,7 +89,7 @@ we hadnt changed the source file, and so it just ran the binary. If we had
made a modification, we would have seen it do both:
```bash
$ cargo build
$ cargo run
Compiling hello_world v0.0.1 (file:///home/yourname/projects/hello_world)
Running `target/debug/hello_world`
Hello, world!