summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index c7766a2992..0264751a6f 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -3,7 +3,6 @@
//! More docs later once we have more experience with this, for now, check
//! the output to make sure it looks reasonable and allowlist things you want
//! to use in Rust.
-extern crate bindgen;
use std::env;
use std::path::PathBuf;