Skip to content

Commit d744049

Browse files
committed
Hide raw_sequence_values_by_len under async/serialize feature flags
1 parent ddc61bf commit d744049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ impl<'lua> Table<'lua> {
474474
}
475475
}
476476

477+
#[cfg(any(feature = "async", feature = "serialize"))]
477478
pub(crate) fn raw_sequence_values_by_len<V: FromLua<'lua>>(
478479
self,
479480
len: Option<Integer>,

0 commit comments

Comments
 (0)