From: Matt Corallo Date: Sat, 24 Dec 2022 22:57:17 +0000 (+0000) Subject: Use `Clone::clone(a)` rather than `a.clone` to avoid deref recursion X-Git-Tag: v0.0.113.0^2~10 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=077c4d770eaa919ed9f4aef56375abe9ef50e55a;hp=077c4d770eaa919ed9f4aef56375abe9ef50e55a;p=ldk-c-bindings Use `Clone::clone(a)` rather than `a.clone` to avoid deref recursion ---