Skip to content

Commit

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

Clarifies the potential ambiguity.
  • Loading branch information
GuillaumeGomez authored Feb 12, 2017
2 parents be0e749 + 8251a2d commit 747b9e5
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 a 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 747b9e5

Please sign in to comment.