diff options
Diffstat (limited to 'core/examples/http_bench_json_ops/main.rs')
-rw-r--r-- | core/examples/http_bench_json_ops/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/http_bench_json_ops/main.rs b/core/examples/http_bench_json_ops/main.rs index f0bbec0d9..7c15f7bf2 100644 --- a/core/examples/http_bench_json_ops/main.rs +++ b/core/examples/http_bench_json_ops/main.rs @@ -165,7 +165,7 @@ fn main() { js_runtime .execute_script( "http_bench_json_ops.js", - include_str!("http_bench_json_ops.js"), + include_ascii_string!("http_bench_json_ops.js"), ) .unwrap(); js_runtime.run_event_loop(false).await |