mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Fix latest clippy warning
This commit is contained in:
parent
4b93472562
commit
4f87b525e7
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user