Skip to content

Commit

Permalink
doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Tariq authored and Ali Tariq committed Aug 22, 2024
1 parent bf30144 commit a1a20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/pg/expression/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -777,5 +777,5 @@ define_sql_function! {
/// # Ok(())
/// # }
///
fn array_dims<Arr:ArrayOrNullableArray + SingleValue>(arr:Arr) -> Text;
fn array_dims<Arr:ArrayOrNullableArray<Inner=_> + SingleValue>(arr:Arr) -> Text;
}

0 comments on commit a1a20cc

Please sign in to comment.