We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715d69a commit 290fa0dCopy full SHA for 290fa0d
gc/mmtk/src/api.rs
@@ -198,11 +198,7 @@ pub unsafe extern "C" fn mmtk_init_binding(
198
let mmtk_boxed = mmtk_init(&builder);
199
let mmtk_static = Box::leak(Box::new(mmtk_boxed));
200
201
- let binding = RubyBinding::new(
202
- mmtk_static,
203
- &binding_options,
204
- upcalls,
205
- );
+ let binding = RubyBinding::new(mmtk_static, &binding_options, upcalls);
206
207
crate::BINDING
208
.set(binding)
0 commit comments