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=3012be9323c9d8272e433417eb4715a5abdfe607;hp=3012be9323c9d8272e433417eb4715a5abdfe607;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`. ---