Skip to content

Commit

Permalink
refactor(code): remove unused variable
Browse files Browse the repository at this point in the history
because it is already stored as "self.opts"
  • Loading branch information
hasezoey committed Sep 10, 2023
1 parent 9431fc0 commit 81ead7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ impl<'a> Struct<'a> {
fn render(&mut self) {
let ty = self.ty;
let table = &self.table;
let _opts = self.config.table(&table.name.to_string());

let primary_keys: Vec<String> = table.primary_key_column_names();

Expand Down

0 comments on commit 81ead7a

Please sign in to comment.