Skip to content

Commit

Permalink
Update rustler_codegen/src/encode_decode_templates.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Magnus <[email protected]>
  • Loading branch information
turion and evnu authored Nov 17, 2023
1 parent 2f730ac commit d6233d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustler_codegen/src/encode_decode_templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ pub(crate) fn decoder(ctx: &Context, inner: TokenStream) -> TokenStream {
}));
let predicate = syn::PredicateType {
lifetimes: None,
// bounded_ty: syn::Type::Verbatim(type_parameter.ident.to_token_stream()),
bounded_ty: syn::Type::Path(syn::TypePath {
qself: None,
path: type_parameter.ident.into(),
Expand Down

0 comments on commit d6233d9

Please sign in to comment.