Skip to content

Commit

Permalink
remove clone impl
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Dec 13, 2023
1 parent 33d0052 commit 5cb99b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ fn generate_postgres_impl(
use super::*;
use diesel::pg::{Pg, PgValue};

#clone_impl
// #clone_impl

impl FromSql<#diesel_mapping, Pg> for #enum_ty {
fn from_sql(raw: PgValue) -> deserialize::Result<Self> {
Expand Down

0 comments on commit 5cb99b1

Please sign in to comment.