From: Matt Corallo Date: Thu, 29 Apr 2021 22:18:52 +0000 (+0000) Subject: Drop debug print that slipped into git X-Git-Tag: v0.0.98~9^2~9 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=ddf74802a4421f1ea1e221d801b3c342a32fade4 Drop debug print that slipped into git --- diff --git a/c-bindings-gen/src/types.rs b/c-bindings-gen/src/types.rs index 99fafd4..9ef83f2 100644 --- a/c-bindings-gen/src/types.rs +++ b/c-bindings-gen/src/types.rs @@ -558,7 +558,6 @@ impl<'mod_lifetime, 'crate_lft: 'mod_lifetime> ImportResolver<'mod_lifetime, 'cr pub fn resolve_imported_refs(&self, mut ty: syn::Type) -> syn::Type { match &mut ty { syn::Type::Path(p) => { -eprintln!("rir {:?}", p); if p.path.segments.len() != 1 { unimplemented!(); } let mut args = p.path.segments[0].arguments.clone(); if let syn::PathArguments::AngleBracketed(ref mut generics) = &mut args {