Add auto-gen notice to build template.
This commit is contained in:
parent
6702fe349c
commit
6b24cc151e
1
build.rs
1
build.rs
@ -6,6 +6,7 @@ use std::{
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// Tell Cargo that if the given environment variable changes, to rerun this build script.
|
// Tell Cargo that if the given environment variable changes, to rerun this build script.
|
||||||
|
println!("cargo:rerun-if-changed=build.template");
|
||||||
println!("cargo:rerun-if-env-changed=RHAI_AHASH_SEED");
|
println!("cargo:rerun-if-env-changed=RHAI_AHASH_SEED");
|
||||||
|
|
||||||
let mut contents = String::new();
|
let mut contents = String::new();
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
//! Configuration settings for this Rhai build
|
//! Configuration settings for this Rhai build
|
||||||
|
//!
|
||||||
|
//! This file is auto-generated from `build.template`
|
||||||
|
|
||||||
/// Fixed hashing seeds for stable hashing.
|
/// Fixed hashing seeds for stable hashing.
|
||||||
/// Set to [`None`] to disable stable hashing.
|
/// Set to [`None`] to disable stable hashing.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
//! Configuration settings for this Rhai build
|
//! Configuration settings for this Rhai build
|
||||||
|
//!
|
||||||
|
//! This file is auto-generated from `build.template`
|
||||||
|
|
||||||
/// Fixed hashing seeds for stable hashing.
|
/// Fixed hashing seeds for stable hashing.
|
||||||
/// Set to [`None`] to disable stable hashing.
|
/// Set to [`None`] to disable stable hashing.
|
||||||
|
Loading…
Reference in New Issue
Block a user