Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0917399 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Dec 26, 2024
1 parent 2896da9 commit 64aedf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions non-system-libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ <h1 class="menu-title">The bindgen User Guide</h1>
<pre><code class="language-rust ignore">use std::env;
use std::path::PathBuf;

use bindgen::CargoCallbacks;

fn main() {
// This is the directory where the `c` library is located.
let libdir_path = PathBuf::from(&quot;hello&quot;)
Expand Down Expand Up @@ -255,7 +253,7 @@ <h1 class="menu-title">The bindgen User Guide</h1>
.header(headers_path_str)
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(CargoCallbacks::new()))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
// Finish the builder and generate the bindings.
.generate()
// Unwrap the Result and panic on failure.
Expand Down
4 changes: 1 addition & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,6 @@ <h2 id="tutorial"><a class="header" href="#tutorial">Tutorial</a></h2>
<pre><code class="language-rust ignore">use std::env;
use std::path::PathBuf;

use bindgen::CargoCallbacks;

fn main() {
// This is the directory where the `c` library is located.
let libdir_path = PathBuf::from(&quot;hello&quot;)
Expand Down Expand Up @@ -644,7 +642,7 @@ <h2 id="tutorial"><a class="header" href="#tutorial">Tutorial</a></h2>
.header(headers_path_str)
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(CargoCallbacks::new()))
.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.

0 comments on commit 64aedf4

Please sign in to comment.