Skip to content

Commit dfcb79c

Browse files
committed
ZJIT: Fix unused warnings in make zjit-test [ci skip]
1 parent ae767b6 commit dfcb79c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

zjit/src/hir_type/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,6 @@ mod tests {
880880

881881
#[test]
882882
fn string_subclass_is_string_subtype() {
883-
use crate::cruby::{rb_callable_method_entry, ID};
884883
crate::cruby::with_rubyvm(|| {
885884
assert_subtype(types::StringExact, types::String);
886885
assert_subtype(Type::from_class(unsafe { rb_cString }), types::String);

0 commit comments

Comments
 (0)