diff --git a/src/doc/guide.md b/src/doc/guide.md index 871728ef3d76f..dc497d49edece 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 "] - -[[bin]] - -name = "guessing_game" ``` Cargo gets this information from your environment. If it's not correct, go ahead