Do not force `Deref<T>` generic params to always be a `&T`
authorMatt Corallo <git@bluematt.me>
Fri, 24 Jun 2022 01:20:33 +0000 (01:20 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Jun 2022 21:27:19 +0000 (21:27 +0000)
This is a bit of a toss-up, really neither option is fully correct,
really we need it to depend on the type of object in question, but
that takes more work and it looks like we don't use the `&T`
resolution anymore.


No differences found