diff options
| author | Daniel Hofstetter <daniel.hofstetter@42dh.com> | 2014-08-03 14:19:05 +0200 |
|---|---|---|
| committer | Daniel Hofstetter <daniel.hofstetter@42dh.com> | 2014-08-03 14:19:05 +0200 |
| commit | 7ba9c44b94a0b9141045cdc385cd68145c1cdbc6 (patch) | |
| tree | 322cfc329b99e4aeaf7b2aaf339dfe44596ebb34 | |
| parent | 9a3b25fa9885e34213874dc63e9c436abc2a4a66 (diff) | |
Remove "bin" section from Cargo.toml
| -rw-r--r-- | src/doc/guide.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 871728ef3d7..dc497d49ede 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -1626,10 +1626,6 @@ Check out the generated `Cargo.toml`: name = "guessing_game" version = "0.1.0" authors = ["Your Name <you@example.com>"] - -[[bin]] - -name = "guessing_game" ``` Cargo gets this information from your environment. If it's not correct, go ahead |
