Skip to content

Commit 2bae531

Browse files
committed
fix for latest typify
1 parent c05db94 commit 2bae531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progenitor-impl/src/method.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ impl Generator {
13461346
.ok()?
13471347
.details()
13481348
{
1349-
typify::TypeDetails::Array(item) => {
1349+
typify::TypeDetails::Array(item, ..) => {
13501350
Some(DropshotPagination { item })
13511351
}
13521352
_ => None,

0 commit comments

Comments
 (0)