summaryrefslogtreecommitdiff
path: root/src/table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table.rs')
-rw-r--r--src/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.rs b/src/table.rs
index 4f8c1bc..80c9fc6 100644
--- a/src/table.rs
+++ b/src/table.rs
@@ -455,7 +455,7 @@ impl<'lua> Table<'lua> {
}
}
- #[cfg(any(feature = "async", feature = "serialize"))]
+ #[cfg(any(feature = "serialize"))]
pub(crate) fn raw_sequence_values_by_len<V: FromLua<'lua>>(
self,
len: Option<Integer>,