cargo build doesn't run the executables

This commit is contained in:
NAKASHIMA, Makoto 2015-01-11 17:40:42 +09:00
parent 431105a70a
commit add9225038

View file

@ -559,7 +559,7 @@ Also, note that we `pub use`d before we declared our `mod`s. Rust requires that
This will build and run:
```bash
$ cargo build
$ cargo run
Compiling phrases v0.0.1 (file:///home/you/projects/phrases)
Running `target/phrases`
Hello in English: Hello!