diff --git a/src/types/vector.rs b/src/types/vector.rs index 639be04..59e2bdc 100644 --- a/src/types/vector.rs +++ b/src/types/vector.rs @@ -102,6 +102,7 @@ pub type Vector3dUsize = Vector; /// A generic, fixed length, ordered vector type that supports /// computation with N-dimensional real and complex scalar data. +#[must_use] #[derive(Copy, Clone, Debug)] pub struct Vector where