File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ refs/heads/tmp: afae2ff723393b3ab4ccffef6ac7c6d1809e2da0
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: f859507de8c410b648d934d8f5ec1c52daac971d
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: 62e827cfc7b76c0a8a2485fb421f6f41af289048
32
+ refs/heads/stable: cbc6408281ce7d67a3454761e832d402971a85cf
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
34
34
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
35
35
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ basically a language bug.
70
70
71
71
That said, it would be best to minimize * needlessly* relying on properties of
72
72
concrete safe code. Bugs happen! Of course, I must reinforce that this is only
73
- a concern for Unsafe code. Safe code can't blindly trust anyone and everyone
73
+ a concern for Unsafe code. Safe code can blindly trust anyone and everyone
74
74
as far as basic memory-safety is concerned.
75
75
76
76
On the other hand, safe traits are free to declare arbitrary contracts, but because
You can’t perform that action at this time.
0 commit comments