Commit 2e138e9
committed
Auto merge of #481 - RalfJung:ptr-invalid, r=Amanieu
avoid using unstable ptr::invalid_mut
I want to rename that function in rust-lang/rust#117658, but currently the build fails because hashbrown uses it.1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 60 | + | |
| 61 | + | |
65 | 62 | | |
| 63 | + | |
66 | 64 | | |
67 | | - | |
| 65 | + | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments