Skip to content

Commit

Permalink
Fix latest clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Nov 2, 2024
1 parent 4b93472 commit 4f87b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/src/image/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@ impl ImageCreateInfo {
pub(crate) fn to_vk<'a>(
&'a self,
extensions_vk: &'a mut ImageCreateInfoExtensionsVk<'_>,
) -> ash::vk::ImageCreateInfo<'_> {
) -> ash::vk::ImageCreateInfo<'a> {
let &Self {
flags,
image_type,
Expand Down

0 comments on commit 4f87b52

Please sign in to comment.