Skip to content

Commit

Permalink
disabling comments to avoid doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Jun 1, 2022
1 parent 9b90113 commit 4a60885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fn main() {
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.generate_comments(false)
// Finish the builder and generate the bindings.
.generate()
// Unwrap the Result and panic on failure.
Expand Down

0 comments on commit 4a60885

Please sign in to comment.