Skip to content

Commit

Permalink
Deploying to gh-pages from @ adb5d03 馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 1, 2024
1 parent 3743df7 commit b01fba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions non-system-libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ <h1 class="menu-title">The bindgen User Guide</h1>
<p>Given that the library has not been compiled yet, we need to modify the
<code>build.rs</code> build script to compile the <code>hello.c</code> source file into a static
library:</p>
<pre><code class="language-rust ignore">extern crate bindgen;

use std::env;
<pre><code class="language-rust ignore">use std::env;
use std::path::PathBuf;

use bindgen::CargoCallbacks;
Expand Down
4 changes: 1 addition & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,7 @@ <h1><a class="header" href="#publish-your-crate" id="publish-your-crate">Publish
<p>Given that the library has not been compiled yet, we need to modify the
<code>build.rs</code> build script to compile the <code>hello.c</code> source file into a static
library:</p>
<pre><code class="language-rust ignore">extern crate bindgen;

use std::env;
<pre><code class="language-rust ignore">use std::env;
use std::path::PathBuf;

use bindgen::CargoCallbacks;
Expand Down

0 comments on commit b01fba5

Please sign in to comment.