Skip to content

Commit

Permalink
Deploying to gh-pages from @ a8fa942 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jan 27, 2024
1 parent 5f29fb3 commit 0c56bd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h1><a class="header" href="#create-a-buildrs-file" id="create-a-buildrs-file">C
.header(&quot;wrapper.h&quot;)
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
// Finish the builder and generate the bindings.
.generate()
// Unwrap the Result and panic on failure.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tutorial-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h1><a class="header" href="#create-a-buildrs-file" id="create-a-buildrs-file">C
.header(&quot;wrapper.h&quot;)
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
// Finish the builder and generate the bindings.
.generate()
// Unwrap the Result and panic on failure.
Expand Down

0 comments on commit 0c56bd7

Please sign in to comment.