Fix latest clippy warning

This commit is contained in:
marc0246 2024-11-02 20:02:01 +01:00
parent 4b93472562
commit 4f87b525e7
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -2754,7 +2754,7 @@ impl ImageCreateInfo {
pub(crate) fn to_vk<'a>( pub(crate) fn to_vk<'a>(
&'a self, &'a self,
extensions_vk: &'a mut ImageCreateInfoExtensionsVk<'_>, extensions_vk: &'a mut ImageCreateInfoExtensionsVk<'_>,
) -> ash::vk::ImageCreateInfo<'_> { ) -> ash::vk::ImageCreateInfo<'a> {
let &Self { let &Self {
flags, flags,
image_type, image_type,