Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Oct 25, 2023
1 parent 3c5d324 commit 738e710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ mod doc_gen {

// Extract metadata
let json_fns = engine.gen_fn_metadata_to_json(false).unwrap();
println!("{json_fns}");
let v: Metadata = serde_json::from_str(&json_fns).unwrap();
let function_list = v.functions.as_ref().map_or(&[][..], Vec::as_slice);

Expand Down

0 comments on commit 738e710

Please sign in to comment.