Skip to content

Commit 2271170

Browse files
committed
---
yaml --- r: 229026 b: refs/heads/try c: b79d279 h: refs/heads/master v: v3
1 parent b796edd commit 2271170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: fc2d29450ed5bd0f72179a2a3da8ac4ecf86c47a
4+
refs/heads/try: b79d279418db10728d5067fc872c0a9f273ba123
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/doc/tarpl/exotic-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ context.
6363
Rust largely understands that any operation that produces or stores a ZST can be
6464
reduced to a no-op. For instance, a `HashSet<T>` can be effeciently implemented
6565
as a thin wrapper around `HashMap<T, ()>` because all the operations `HashMap`
66-
normally does to store and retrieve keys will be completely stripped in
66+
normally does to store and retrieve values will be completely stripped in
6767
monomorphization.
6868

6969
Similarly `Result<(), ()>` and `Option<()>` are effectively just fancy `bool`s.

0 commit comments

Comments
 (0)