mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +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 {
|
||||
#[allow(unused)]
|
||||
pub coords: [f32; 3],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user