mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 21:31:30 +11:00
Fix clippy warnings
This commit is contained in:
parent
66bf632af2
commit
a81938ced1
|
@ -26,7 +26,7 @@ impl MoltenEntry {
|
|||
/// function can not fail.
|
||||
pub fn load() -> Result<MoltenEntry, ash::LoadingError> {
|
||||
let static_fn = vk::StaticFn {
|
||||
get_instance_proc_addr: get_instance_proc_addr,
|
||||
get_instance_proc_addr,
|
||||
};
|
||||
|
||||
let entry_fn_1_0 = vk::EntryFnV1_0::load(|name| unsafe {
|
||||
|
|
Loading…
Reference in a new issue