Skip to content

Commit

Permalink
refactor(code): remove redundant variable re-definition
Browse files Browse the repository at this point in the history
clippy fixes
  • Loading branch information
hasezoey committed Oct 8, 2023
1 parent 405d25b commit 175aaa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ fn build_table_fns(
let schema_path = &config.schema_path;
let create_struct_identifier = &create_struct.identifier;
let update_struct_identifier = &update_struct.identifier;
let item_id_params = item_id_params;
let item_id_filters = item_id_filters;

let mut buffer = String::new();

Expand Down

0 comments on commit 175aaa8

Please sign in to comment.