diff options
| author | Alan Wu <alanwu@ruby-lang.org> | 2025-10-22 19:35:24 -0400 |
|---|---|---|
| committer | Alan Wu <alanwu@ruby-lang.org> | 2025-10-22 19:35:24 -0400 |
| commit | dfcb79ca63336b614392e49e1d903deca26aa3e4 (patch) | |
| tree | d75344e0cf8fefccb693e002e5436b95d8c29dd6 | |
| parent | ae767b6ca859bfc9b18e964494052c7e2e5a41df (diff) | |
ZJIT: Fix unused warnings in `make zjit-test` [ci skip]
| -rw-r--r-- | zjit/src/hir_type/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zjit/src/hir_type/mod.rs b/zjit/src/hir_type/mod.rs index 91d98a6eed..7e6da62fd0 100644 --- a/zjit/src/hir_type/mod.rs +++ b/zjit/src/hir_type/mod.rs @@ -880,7 +880,6 @@ mod tests { #[test] fn string_subclass_is_string_subtype() { - use crate::cruby::{rb_callable_method_entry, ID}; crate::cruby::with_rubyvm(|| { assert_subtype(types::StringExact, types::String); assert_subtype(Type::from_class(unsafe { rb_cString }), types::String); |
