Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Mar 17, 2024
1 parent a994e4e commit 05d0cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/src/extensions/khr/performance_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl Device {
#[inline]
pub unsafe fn acquire_profiling_lock(
&self,
info: &vk::AcquireProfilingLockInfoKHR,
info: &vk::AcquireProfilingLockInfoKHR<'_>,
) -> VkResult<()> {
(self.fp.acquire_profiling_lock_khr)(self.handle, info).result()
}
Expand Down

0 comments on commit 05d0cf0

Please sign in to comment.