Auto merge of #4627 - integer32llc:document-libs-and-bins, r=matklad
authorbors <bors@rust-lang.org>
Wed, 25 Oct 2017 14:29:13 +0000 (14:29 +0000)
committerbors <bors@rust-lang.org>
Wed, 25 Oct 2017 14:29:13 +0000 (14:29 +0000)
Document the lib if a lib and bin have the same name

Fixes #4341, as discussed in that issue.

- Removes the check that bailed if there was a  bin and lib with the
  same name
- Exclude bins with the same name as libs from the proposed targets to
  build when compiling docs
- Adjust tests to expect this behavior


Trivial merge