From 7ba9c44b94a0b9141045cdc385cd68145c1cdbc6 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 3 Aug 2014 14:19:05 +0200 Subject: [PATCH] Remove "bin" section from Cargo.toml --- src/doc/guide.md | 4 ---- 1 file changed, 4 deletions(-) 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