Fix feature builds.

This commit is contained in:
Stephen Chung
2021-01-06 18:22:45 +08:00
parent a5d6392107
commit e059ca009c
5 changed files with 10 additions and 14 deletions

View File

@@ -1806,7 +1806,7 @@ impl Engine {
#[cfg(not(feature = "unchecked"))]
max_string_size: self.limits.max_string_size,
#[cfg(feature = "unchecked")]
max_string_size: 0,
max_string_size: None,
non_unary: false,
comment_level: 0,
end_with_none: false,