We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab3be4 commit f670531Copy full SHA for f670531
build.rs
@@ -69,7 +69,7 @@ fn main() {
69
let json_fns = engine.gen_fn_metadata_to_json(false).unwrap();
70
println!("{json_fns}");
71
let v: Metadata = serde_json::from_str(&json_fns).unwrap();
72
- for function in v.functions {
+ for function in &v.functions {
73
println!("{:?}", function);
74
}
75
0 commit comments