Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
upd cxx.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 17, 2022
1 parent ce57aac commit bc68c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx.patch
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ index cb40295b..1690535c 100644
break;
}
}
+ } else if attr.path.is_ident("table_name") {
+ } else if attr.path.is_ident("diesel") {
+ passthrough_attrs.push(attr);
+ continue;
} else if attr.path.is_ident("repr") {
Expand Down

0 comments on commit bc68c5c

Please sign in to comment.