mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Linter fix
This commit is contained in:
parent
358a54a8f2
commit
6237c65544
@ -4,7 +4,7 @@
|
||||
//! These functions will typically map to a single instruction, and will perform
|
||||
//! no additional safety checks beyond type-checking.
|
||||
use crate::{
|
||||
integer::{Integer, SignedInteger, UnsignedInteger},
|
||||
integer::{SignedInteger, UnsignedInteger},
|
||||
scalar::Scalar,
|
||||
vector::Vector,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user