Skip to content

Commit 57b6ce1

Browse files
authored
Merge pull request #46 from Andlon/fix-unused
Fix some unused imports
2 parents ee6c909 + f384bbd commit 57b6ce1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/allocators.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Helper traits for allocator trait bounds.
22
use crate::element::{ConnectivityGeometryDim, ConnectivityReferenceDim, ElementConnectivity};
3-
use nalgebra::allocator::Allocator;
4-
use nalgebra::{DefaultAllocator, DimName, Scalar, U1};
3+
use nalgebra::{DefaultAllocator, Scalar};
54

65
pub trait ElementConnectivityAllocator<T, Connectivity>:
76
BiDimAllocator<T, ConnectivityGeometryDim<T, Connectivity>, ConnectivityReferenceDim<T, Connectivity>>

0 commit comments

Comments
 (0)