Skip to content

Commit 12b59bb

Browse files
authored
not needed since 2018 edition (#2531)
1 parent e5b839a commit 12b59bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

book/src/tutorial-3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ like `./target/debug/build/bindgen-tutorial-bzip2-sys-afc7747d7eafd720/out/`.
1010
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>`.
1111

1212
```rust,ignore
13-
extern crate bindgen;
14-
1513
use std::env;
1614
use std::path::PathBuf;
1715

0 commit comments

Comments
 (0)