Skip to content

Commit 92d3e86

Browse files
committed
---
yaml --- r: 193446 b: refs/heads/beta c: 0a17764 h: refs/heads/master v: v3
1 parent ab0dac8 commit 92d3e86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 7d3119773f218e69ab9e71df4510549b8d61347b
34+
refs/heads/beta: 0a1776495c48db19a8e1fe27acc81bab908e256a
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: de8a23bbc3a7b9cbd7574b5b91a34af59bf030e6

branches/beta/src/libstd/collections/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
//!
9090
//! Choosing the right collection for the job requires an understanding of what each collection
9191
//! is good at. Here we briefly summarize the performance of different collections for certain
92-
//! important operations. For further details, see each type's documentation.
92+
//! important operations. For further details, see each type's documentation, and note that the
93+
//! names of actual methods may differ from the tables below on certain collections.
9394
//!
9495
//! Throughout the documentation, we will follow a few conventions. For all operations,
9596
//! the collection's size is denoted by n. If another collection is involved in the operation, it

0 commit comments

Comments
 (0)