Skip to content

Commit e75c05d

Browse files
committed
---
yaml --- r: 229006 b: refs/heads/try c: acd3c59 h: refs/heads/master v: v3
1 parent 89a862f commit e75c05d

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: 4f6b141257f8491db43939369b60236fd9f2eacb
4+
refs/heads/try: acd3c5947a4b85113a0c21d435dec5bd1bd22956
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/working-with-unsafe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn do_idx(idx: usize, arr: &[u8]) -> Option<u8> {
3333
}
3434
```
3535

36-
This program is now unsound, an yet *we only modified safe code*. This is the
36+
This program is now unsound, and yet *we only modified safe code*. This is the
3737
fundamental problem of safety: it's non-local. The soundness of our unsafe
3838
operations necessarily depends on the state established by "safe" operations.
3939
Although safety *is* modular (we *still* don't need to worry about about

0 commit comments

Comments
 (0)