mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/mmtk] Fix cargo fmt
https://github.com/ruby/mmtk/commit/f4c46cabc7
This commit is contained in:
parent
715d69ac71
commit
290fa0d8b4
@ -198,11 +198,7 @@ pub unsafe extern "C" fn mmtk_init_binding(
|
||||
let mmtk_boxed = mmtk_init(&builder);
|
||||
let mmtk_static = Box::leak(Box::new(mmtk_boxed));
|
||||
|
||||
let binding = RubyBinding::new(
|
||||
mmtk_static,
|
||||
&binding_options,
|
||||
upcalls,
|
||||
);
|
||||
let binding = RubyBinding::new(mmtk_static, &binding_options, upcalls);
|
||||
|
||||
crate::BINDING
|
||||
.set(binding)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user