diff options
| -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 |
