Remove redundant #[allow(...)]

This commit is contained in:
Hanno Braun 2024-10-31 22:09:56 +01:00
parent 6b5b54574f
commit 3ce11ac71b

View File

@ -384,7 +384,6 @@ impl Sub for Point {
}
pub struct Vector {
#[allow(unused)]
pub coords: [f32; 3],
}