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 e35d771 commit 2f730ac
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 @@ -75,7 +75,6 @@ pub(crate) fn decoder(ctx: &Context, inner: TokenStream) -> TokenStream {
paren_token: None,
modifier: syn::TraitBoundModifier::None,
lifetimes: None,
// path: syn::Ident::new("Decoder", Span::call_site()).into(),
path: syn::Path {
leading_colon: Some(syn::token::PathSep::default()),
segments: [
Expand Down

0 comments on commit 2f730ac

Please sign in to comment.