Hide raw_sequence_values_by_len under async/serialize feature flags

This commit is contained in:
Alex Orlenko 2021-03-27 09:59:24 +00:00
parent 0c7db4916c
commit e0da6ac929
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ impl<'lua> Table<'lua> {
} }
} }
#[cfg(any(feature = "async", feature = "serialize"))]
pub(crate) fn raw_sequence_values_by_len<V: FromLua<'lua>>( pub(crate) fn raw_sequence_values_by_len<V: FromLua<'lua>>(
self, self,
len: Option<Integer>, len: Option<Integer>,