Skip to content

Commit 3dec1d1

Browse files
authored
Small doc correction. (#3755)
When sqlx-core/src/from_row.rs was updated to implement FromRow for tuples of up to 16 values, a comment was left stating that it was implemented up to tuples of 9 values.
1 parent a9dfb4f commit 3dec1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/from_row.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ where
313313
}
314314

315315
// implement FromRow for tuples of types that implement Decode
316-
// up to tuples of 9 values
316+
// up to tuples of 16 values
317317

318318
macro_rules! impl_from_row_for_tuple {
319319
($( ($idx:tt) -> $T:ident );+;) => {

0 commit comments

Comments
 (0)