Fix feature builds.
This commit is contained in:
@@ -130,7 +130,7 @@ pub fn get_builtin_binary_op_fn(
|
||||
return Some(|_, args| {
|
||||
let x = <$base>::from(args[0].$xx().unwrap());
|
||||
let y = <$base>::from(args[1].$yy().unwrap());
|
||||
$func(x, y)
|
||||
$func(x, y).map(Into::<Dynamic>::into)
|
||||
})
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user