Skip to content

Commit

Permalink
Remove "bin" section from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Aug 3, 2014
1 parent 9a3b25f commit 7ba9c44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/doc/guide.md
Expand Up @@ -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
Expand Down

9 comments on commit 7ba9c44

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at cakebaker@7ba9c44

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cakebaker/rust/remove_bin_section_from_toml = 7ba9c44b into auto

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cakebaker/rust/remove_bin_section_from_toml = 7ba9c44b merged ok, testing candidate = 96753fc0

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at cakebaker@7ba9c44

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cakebaker/rust/remove_bin_section_from_toml = 7ba9c44b into auto

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cakebaker/rust/remove_bin_section_from_toml = 7ba9c44b merged ok, testing candidate = 2574160

@bors
Copy link
Contributor

@bors bors commented on 7ba9c44 Aug 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 2574160

Please sign in to comment.