mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 20:08:30 +00:00
Remove redundant #[allow(...)]
This commit is contained in:
parent
6b5b54574f
commit
3ce11ac71b
@ -384,7 +384,6 @@ impl Sub for Point {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub struct Vector {
|
pub struct Vector {
|
||||||
#[allow(unused)]
|
|
||||||
pub coords: [f32; 3],
|
pub coords: [f32; 3],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user