File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
branches/try/src/libstd/collections/hash Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
- refs/heads/try: f875daca54b14d74a3b236b971b88d5e5f739b81
4
+ refs/heads/try: 121225f17d039e51ea462437189c7c5d229291a8
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -202,8 +202,10 @@ fn test_resize_policy() {
202
202
/// The hashes are all keyed by the thread-local random number generator
203
203
/// on creation by default. This means that the ordering of the keys is
204
204
/// 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.
207
209
///
208
210
/// It is required that the keys implement the `Eq` and `Hash` traits, although
209
211
/// this can frequently be achieved by using `#[derive(PartialEq, Eq, Hash)]`.
You can’t perform that action at this time.
0 commit comments