Drop stale manual path mappings for generic containers
[ldk-c-bindings] / c-bindings-gen / src / types.rs
index 8063532e454b169d89dbb0be8b6c2e0283fd8d1c..9220dd1256ce21d7c5c58a4e45aa1501a05adc2b 100644 (file)
@@ -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)