summaryrefslogtreecommitdiff
path: root/yjit
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-04-20 12:06:34 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2022-04-27 11:00:22 -0400
commit0514d8171590b611e3b560e8dae0adfa57c07b57 (patch)
tree28cc28d4eaac5adb71de136d3981bf72677b164b /yjit
parent932bfd0beb048efd22983a6de6fdf1a55e41de40 (diff)
YJIT: Remove unnecessary `extern crate` declaration
Thanks to suggestion from bjorn3 on GitHub. Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5826
Diffstat (limited to 'yjit')
-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;