Skip to content

Commit

Permalink
Remove unnecessary bingden parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
FlannyH committed May 3, 2024
1 parent 198d940 commit 437c372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings_generator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn main() {
.generate_comments(true)
.allowlist_type("IR\\w+")
.allowlist_function("IR\\w+")
.allowlist_recursively(true)
.anon_fields_prefix("u_")
// Not in the DLLs provided by Apple
.blocklist_item("IRMetalLibSynthesizeIntersectionWrapperFunction")
Expand Down

0 comments on commit 437c372

Please sign in to comment.