From: Matt Corallo Date: Mon, 17 Jul 2023 02:19:46 +0000 (+0000) Subject: Correct `use` resolution for submodule use statements X-Git-Tag: v0.0.116.0^2~11 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=4b3fb779db8866b0f557d9daf997d102a3330b8e;hp=4b3fb779db8866b0f557d9daf997d102a3330b8e;p=ldk-c-bindings Correct `use` resolution for submodule use statements Otherwise we fail to resolve a `use` that starts with a submodule of the current module. ---