tokio-postgres-rustls icon indicating copy to clipboard operation
tokio-postgres-rustls copied to clipboard

remove unsafe code

Open conradludgate opened this issue 1 year ago • 0 comments

Because of the requirement that S: Unpin, there's no need for awkward pin projection code.

Alternatively, tokio already depends on pin-project-lite unconditionally. So if you don't want to rely on Unpin, we could switch to that instead.

conradludgate avatar Nov 03 '24 14:11 conradludgate