summaryrefslogtreecommitdiff
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authorKoichi ITO <[email protected]>2022-05-02 23:05:01 +0900
committerGitHub <[email protected]>2022-05-02 10:05:01 -0400
commit8587bacc252e95e533d319cc58b58ec11e5561ff (patch)
treeeae43fd1d853920c733117e61c0e5095e2778588 /lib/getoptlong.rb
parent63932ec33e720f006204adfd90ca67d364742b48 (diff)
YJIT: Remove redundant `extern crate` (#5869)
Follow up https://github.com/ruby/ruby/commit/0514d81 Rust YJIT requires Rust 1.60.0 or later. So, `extern crate` looks unnecessary because it can use the following Rust 2018 edition feature: https://doc.rust-lang.org/stable/edition-guide/rust-2018/path-changes.html#no-more-extern-crate It passes the following tests. ```console % cd yjit % cargo test --features asm_comments,disasm (snip) test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s ```
Notes
Notes: Merged-By: maximecb <[email protected]>
Diffstat (limited to 'lib/getoptlong.rb')
0 files changed, 0 insertions, 0 deletions