提交 747b9e59 编写于 作者: G Guillaume Gomez 提交者: GitHub

Rollup merge of #39662 - Henning-K:patch-1, r=frewsxcv

Fixes #39661

Clarifies the potential ambiguity.
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册