From: Matt Corallo Date: Fri, 24 Jun 2022 01:20:33 +0000 (+0000) Subject: Do not force `Deref` generic params to always be a `&T` X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=929b97a07daa8fc205b6b1795b597a8cde8bb346;hp=929b97a07daa8fc205b6b1795b597a8cde8bb346;p=ldk-c-bindings Do not force `Deref` generic params to always be a `&T` 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. ---