mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-18 11:21:21 +00:00
Fix lints
This commit is contained in:
@ -176,8 +176,9 @@ pub unsafe extern "C" fn wasmer_instance_call(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::cast_ptr_alignment)]
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn wasmer_imports_set_import_func(
|
pub unsafe extern "C" fn wasmer_imports_set_import_func(
|
||||||
import_object: *mut wasmer_import_object_t,
|
import_object: *mut wasmer_import_object_t,
|
||||||
namespace: *const c_char,
|
namespace: *const c_char,
|
||||||
name: *const c_char,
|
name: *const c_char,
|
||||||
|
Reference in New Issue
Block a user