Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Apr 1, 2024
1 parent 08ce2ac commit efa81e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/vent-rendering/src/instance.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use ash::ext::{debug_utils, validation_features};
use ash::khr::{portability_subset, swapchain};
use ash::khr::swapchain;
use ash::prelude::VkResult;
use ash::vk::{Extent2D, PushConstantRange, SwapchainKHR};
use ash::{khr, vk, Entry};
Expand Down
5 changes: 1 addition & 4 deletions crates/vent-rendering/src/pipeline.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use std::{ffi::CStr, fs::File, path::Path};

use ash::{
util::{self, read_spv},
vk,
};
use ash::{util::read_spv, vk};

use crate::instance::VulkanInstance;

Expand Down

0 comments on commit efa81e5

Please sign in to comment.