1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

YJIT: Remove unnecessary extern crate declaration

Thanks to suggestion from bjorn3 on GitHub.

Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
Alan Wu 2022-04-20 12:06:34 -04:00
parent 932bfd0beb
commit 0514d81715
Notes: git 2022-04-28 00:01:06 +09:00

View file

@ -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;