Skip to content

Commit f85c0cd

Browse files
committed
---
yaml --- r: 277637 b: refs/heads/try c: 121225f h: refs/heads/master i: 277635: fd2dbed
1 parent 226c98c commit f85c0cd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: f875daca54b14d74a3b236b971b88d5e5f739b81
4+
refs/heads/try: 121225f17d039e51ea462437189c7c5d229291a8
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/libstd/collections/hash/map.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,10 @@ fn test_resize_policy() {
202202
/// The hashes are all keyed by the thread-local random number generator
203203
/// on creation by default. This means that the ordering of the keys is
204204
/// randomized, but makes the tables more resistant to
205-
/// denial-of-service attacks (Hash DoS). This behavior can be
206-
/// overridden with one of the constructors.
205+
/// denial-of-service attacks (Hash DoS). No guarantees are made to the
206+
/// quality of the random data. The implementation uses the best available
207+
/// random data from your platform at the time of creation. This behavior
208+
/// can be overridden with one of the constructors.
207209
///
208210
/// It is required that the keys implement the `Eq` and `Hash` traits, although
209211
/// this can frequently be achieved by using `#[derive(PartialEq, Eq, Hash)]`.

0 commit comments

Comments
 (0)