Skip to content

Commit 7ba9c44

Browse files
committed
Remove "bin" section from Cargo.toml
1 parent 9a3b25f commit 7ba9c44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/doc/guide.md

-4
Original file line numberDiff line numberDiff line change
@@ -1626,10 +1626,6 @@ Check out the generated `Cargo.toml`:
16261626
name = "guessing_game"
16271627
version = "0.1.0"
16281628
authors = ["Your Name <[email protected]>"]
1629-
1630-
[[bin]]
1631-
1632-
name = "guessing_game"
16331629
```
16341630

16351631
Cargo gets this information from your environment. If it's not correct, go ahead

0 commit comments

Comments
 (0)