fix(stage0-ci): satisfy strict clippy gates

This commit is contained in:
2026-06-25 11:45:40 +04:00
parent 5a60671bd6
commit e572558d5f
6 changed files with 16 additions and 13 deletions
@@ -110,7 +110,7 @@ impl VulkanSmokeRenderer {
&instance,
&surface,
create_info.drawable_extent,
&create_info.render_request,
create_info.render_request,
)
.map_err(VulkanSmokeRendererError::LogicalDevice)?;
if let Some(progress) = bootstrap_progress {