Fix builds.

This commit is contained in:
Stephen Chung
2021-04-03 11:49:16 +08:00
parent b089d5b8f4
commit f7ad1cec39
3 changed files with 4 additions and 4 deletions

View File

@@ -222,6 +222,7 @@ fn test_string_substring() -> Result<(), Box<EvalAltResult>> {
Ok(())
}
#[cfg(not(feature = "no_object"))]
#[test]
fn test_string_format() -> Result<(), Box<EvalAltResult>> {
#[derive(Debug, Clone)]