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:
parent
932bfd0beb
commit
0514d81715
Notes:
git
2022-04-28 00:01:06 +09:00
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue