File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/libstd/collections/hash Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a2b927c5a41ded169a0919ff8193b5357c850217
2
+ refs/heads/master: 144e44923f3668d322b3dbf7fc1c036f15f04c2c
3
3
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ pub trait HashState {
38
38
/// A structure which is a factory for instances of `Hasher` which implement the
39
39
/// default trait.
40
40
///
41
- /// This struct has is 0-sized and does not need construction.
41
+ /// This struct is 0-sized and does not need construction.
42
42
pub struct DefaultState < H > ( marker:: PhantomData < H > ) ;
43
43
44
44
impl < H : Default + hash:: Hasher > HashState for DefaultState < H > {
You can’t perform that action at this time.
0 commit comments