Skip to content

Commit

Permalink
minor: removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Feb 17, 2024
1 parent 8e1ba1f commit 51be702
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extendr-macros/src/wrappers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ pub fn make_function_wrappers(
},
}
};
// dbg!(return_is_ref_self);


let return_type_conversion = if !return_is_ref_self {
if opts.use_try_from {
quote!(Ok((#call_name(#actual_args)).try_into()?))
Expand Down

0 comments on commit 51be702

Please sign in to comment.