blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Delete GetConnInner::take #279

Closed espindola closed 6 months ago

espindola commented 6 months ago

It is only used in GetConn::drop and not actually needed in there.

espindola commented 6 months ago

This is next in order of simplicity. Note that GetConnInner is pub(crate), so I don't think this is changing any public API.

espindola commented 6 months ago

ping