fix linter

This commit is contained in:
ptitSeb
2021-11-05 09:59:58 +01:00
parent 7ccd6af929
commit 190d670eb9
2 changed files with 3 additions and 2 deletions

View File

@ -2519,7 +2519,8 @@ impl<'ctx, 'a> LLVMFunctionCodeGenerator<'ctx, 'a> {
}
}
*/
let callable_func = inkwell::values::CallableValue::try_from(typed_func_ptr).unwrap();
let callable_func =
inkwell::values::CallableValue::try_from(typed_func_ptr).unwrap();
let call_site = self.builder.build_call(
callable_func,
params