X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=c-bindings-gen%2Fsrc%2Ftypes.rs;h=9220dd1256ce21d7c5c58a4e45aa1501a05adc2b;hp=8063532e454b169d89dbb0be8b6c2e0283fd8d1c;hb=3199a032e7ada1e2bb1dc0ad2df28909a3af4cbb;hpb=b1ea57acc81af14e8623deca4a8a352d0d2ff71e diff --git a/c-bindings-gen/src/types.rs b/c-bindings-gen/src/types.rs index 8063532..9220dd1 100644 --- a/c-bindings-gen/src/types.rs +++ b/c-bindings-gen/src/types.rs @@ -867,10 +867,6 @@ impl<'a, 'c: 'a> TypeResolver<'a, 'c> { return Some(full_path); } match full_path { - "Result" => Some("crate::c_types::derived::CResult"), - "Vec" if !is_ref => Some("crate::c_types::derived::CVec"), - "Option" => Some(""), - // Note that no !is_ref types can map to an array because Rust and C's call semantics // for arrays are different (https://github.com/eqrion/cbindgen/issues/528)