From: Matt Corallo Date: Sat, 28 May 2022 01:06:56 +0000 (+0000) Subject: Support `use ...::self` imports X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=930187ac26298d3dcc5681e0002b9587759d9e36;hp=930187ac26298d3dcc5681e0002b9587759d9e36;p=ldk-c-bindings Support `use ...::self` imports Previously we'd supported `use self:...` but this adds support for using some path that ends with `self`. ---