X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=c-bindings-gen%2Fsrc%2Ftypes.rs;h=029fc63f807b721c9add26e21488d69c86f9c62c;hp=85ce3e9fc1472202f2b0cb55346169baaa141207;hb=8dc4d5c556cafa326969474c17f34c77e8abcc0c;hpb=6ee7c2a51f172ea1c5cb68249b10e32a3a22ac82 diff --git a/c-bindings-gen/src/types.rs b/c-bindings-gen/src/types.rs index 85ce3e9..029fc63 100644 --- a/c-bindings-gen/src/types.rs +++ b/c-bindings-gen/src/types.rs @@ -668,7 +668,7 @@ impl<'mod_lifetime, 'crate_lft: 'mod_lifetime> ImportResolver<'mod_lifetime, 'cr // Now that we've resolved the path to the path as-imported, check whether the path // is actually a pub(.*) use statement and map it to the real path. let path_tmp = path.clone(); - let crate_name = path_tmp.splitn(1, "::").next().unwrap(); + let crate_name = path_tmp.splitn(2, "::").next().unwrap(); let mut module_riter = path_tmp.rsplitn(2, "::"); let obj = module_riter.next().unwrap(); if let Some(module_path) = module_riter.next() {