Suppress clippy warning about wordy fn return type
This commit is contained in:
parent
25b80b0d6d
commit
9b5a011afc
1 changed files with 1 additions and 0 deletions
|
@ -1721,6 +1721,7 @@ impl VulkanApp {
|
|||
Err(String::from("Failed to find suitable memory type!"))
|
||||
}
|
||||
|
||||
#[allow(clippy::type_complexity)]
|
||||
fn create_vertex_input_state_info_struct() -> Result<
|
||||
(
|
||||
ffi::VkPipelineVertexInputStateCreateInfo,
|
||||
|
|
Loading…
Reference in a new issue