Skip to content

Commit

Permalink
remove useless DB impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Jul 18, 2024
1 parent 9233cba commit bc5d390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 229,7 @@ where
/// }
///
/// # #[cfg(feature = "mysql")]
/// impl<DB> ToSql<sql_types::PostEnum, diesel::mysql::Mysql> for Post {
/// impl ToSql<sql_types::PostEnum, diesel::mysql::Mysql> for Post {
/// fn to_sql<'b>(&'b self, out: &mut Output<'b, '_, diesel::mysql::Mysql>) -> serialize::Result {
/// match *self {
/// Post::FirstValue => out.write_all(b"one")?,
Expand Down

0 comments on commit bc5d390

Please sign in to comment.