Add testing-environ feature.
This commit is contained in:
@@ -117,6 +117,11 @@ std = ["ahash/std", "num-traits/std", "smartstring/std"]
|
||||
## Use [`stdweb`](https://crates.io/crates/stdweb) as JavaScript interface.
|
||||
stdweb = ["getrandom/js", "instant/stdweb"]
|
||||
|
||||
#! ### Features used in testing environments only
|
||||
|
||||
## Running under a testing environment.
|
||||
testing-environ = []
|
||||
|
||||
[[bin]]
|
||||
name = "rhai-repl"
|
||||
required-features = ["rustyline"]
|
||||
|
Reference in New Issue
Block a user