Skip to content

Commit

Permalink
Remove more code related to removed auto attr
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Feb 2, 2024
1 parent 46fbcb7 commit dae8bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion butane_core/src/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ fn remove_helper_field_attributes(
for field in &mut fields.named {
field.attrs.retain(|a| {
!a.path().is_ident("pk")
&& !a.path().is_ident("auto")
&& !a.path().is_ident("sqltype")
&& !a.path().is_ident("default")
&& !a.path().is_ident("unique")
Expand Down

0 comments on commit dae8bb8

Please sign in to comment.