We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b839a commit 12b59bbCopy full SHA for 12b59bb
book/src/tutorial-3.md
@@ -10,8 +10,6 @@ like `./target/debug/build/bindgen-tutorial-bzip2-sys-afc7747d7eafd720/out/`.
10
Note that the associated shared object to `bz2` is `libbz2.so`. In general, a `lib<name>.so` should be referenced in the build file by `<name>`.
11
12
```rust,ignore
13
-extern crate bindgen;
14
-
15
use std::env;
16
use std::path::PathBuf;
17
0 commit comments