Do not use stable hashing with all-zero seed.

This commit is contained in:
Stephen Chung
2022-09-27 16:39:19 +08:00
parent 2ecf44a48e
commit b141e8d0e1
4 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ fn main() {
f.write_fmt(format_args!(
"//! Configuration settings for this Rhai build
#![allow(dead_code)]
"
))