From: Matt Corallo Date: Sun, 31 Oct 2021 23:18:42 +0000 (+0000) Subject: XXX: support a thing X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=33e35178a84c1a2c1d0831f1ef667179ee2b624c XXX: support a thing --- diff --git a/c-bindings-gen/src/types.rs b/c-bindings-gen/src/types.rs index 357fe4c..0552633 100644 --- a/c-bindings-gen/src/types.rs +++ b/c-bindings-gen/src/types.rs @@ -137,7 +137,7 @@ pub fn export_status(attrs: &[syn::Attribute]) -> ExportStatus { } pub fn assert_simple_bound(bound: &syn::TraitBound) { - if bound.paren_token.is_some() || bound.lifetimes.is_some() { unimplemented!(); } + if bound.paren_token.is_some() { unimplemented!(); } if let syn::TraitBoundModifier::Maybe(_) = bound.modifier { unimplemented!(); } }