Use `Clone::clone(a)` rather than `a.clone` to avoid deref recursion
authorMatt Corallo <git@bluematt.me>
Sat, 24 Dec 2022 22:57:17 +0000 (22:57 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 24 Dec 2022 22:59:55 +0000 (22:59 +0000)
commit077c4d770eaa919ed9f4aef56375abe9ef50e55a
treec461fe509523503f5cba87845235a843290ca164
parent50e55557ce14d92832fef337a35ec3f1eccccf1f
Use `Clone::clone(a)` rather than `a.clone` to avoid deref recursion
c-bindings-gen/src/main.rs