Skip to content

Commit

Permalink
Auto merge of #4922 - wking:reference-wording-from-guide-trailer, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

doc/reference/index: Remove "Now that you have an overview" paragraph

This wording was originally from 58a1804 (#2688), which added it to the end of the guide (where telling readers what they know makes some sense).  It was moved to a "Cargo in Depth" section with 01aa9e3 (#4453), where it makes a bit less sense.  When that section became the reference index in 3f2d93e (#4455) the context assumed by the paragraph was completely missing.

This commit removes the paragraph, which doesn't reduce the usefulness of the reference index.  And the removal avoids confusing readers who start with the reference docs and may now have the assumed overview.
  • Loading branch information
bors committed Jan 8, 2018
2 parents f60ece9 + 75f5172 commit dd28cd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/doc/src/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
## Cargo Reference

Now that you have an overview of how to use Cargo and have created your first
crate, you may be interested in more details in the following areas.

The reference covers the details of various areas of Cargo.

* [Specifying Dependencies](reference/specifying-dependencies.html)
Expand Down

0 comments on commit dd28cd3

Please sign in to comment.