Commit 28e74a7
authored
Unrolled build for #156936
Rollup merge of #156936 - Darksonn:no-PinCoerceUnsized-for-UnsafePinned, r=Mark-Simulacrum
Remove FIXME about impl PinCoerceUnsized for UnsafePinned<T>
The `PinCoerceUnsized` trait may only be implemented for smart pointer types, but `UnsafePinned` has no indirection. Thus, it will not be correct to add this impl.
Follow-up to #137043
cc @Sky9x1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
0 commit comments