Skip to content

Commit

Permalink
Rollup merge of rust-lang#39662 - Henning-K:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
Fixes rust-lang#39661

Clarifies the potential ambiguity.
  • Loading branch information
frewsxcv authored Feb 9, 2017
2 parents 805b2f6 + 51ef003 commit 14d894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
//! * You want to find the largest or smallest key that is smaller or larger
//! than something.
//! * You want to be able to get all of the entries in order on-demand.
//! * You want a sorted map.
//! * You want map sorted by its keys.
//!
//! ### Use the `Set` variant of any of these `Map`s when:
//! * You just want to remember which keys you've seen.
Expand Down

0 comments on commit 14d894f

Please sign in to comment.