blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
652 stars 145 forks source link

switch inherent `as_{ref,mut}` methods to std traits where possible #353

Closed robjtede closed 4 months ago

robjtede commented 1 year ago

suggested by clippy, seems reasonable to me

this change is non-breaking

robjtede commented 4 months ago

there's no point to this now that it's been implemented elsewhere