Skip to content

Commit

Permalink
fix: linter v1.73.0 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Oct 6, 2023
1 parent 8e2c82b commit 8f0a2cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ impl<'a> Graft<'a> {
syn::ReturnType::Type(_, path) => match path.as_ref() {
syn::Type::Path(type_path) => self.rust_type_path_to_data_type(type_path),
syn::Type::Tuple(tuple_type) => {
let tuple_type = tuple_type;
let output_elements = tuple_type
.elems
.iter()
Expand Down

0 comments on commit 8f0a2cf

Please sign in to comment.