Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Nov 20, 2024
1 parent 4877b59 commit 488d3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel/src/pg/expression/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub trait IntoArrayExpression<ST: SqlType + TypedExpressionType> {
fn into_array_expression(self) -> Self::ArrayExpression;
}

/// Implement as a no-op for things that were already arrays
impl<ST, T> IntoArrayExpression<ST> for T
where
T: AsExpression<sql_types::Array<ST>>,
Expand Down

0 comments on commit 488d3b0

Please sign in to comment.