Linter fix

This commit is contained in:
Sylvester Hesp 2022-08-30 11:02:14 +02:00 committed by Eduard-Mihai Burtescu
parent 358a54a8f2
commit 6237c65544

View File

@ -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,
};