Suppress clippy warning about wordy fn return type

This commit is contained in:
Stephen Seo 2024-03-17 18:53:55 +09:00
parent 25b80b0d6d
commit 9b5a011afc

View file

@ -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,