mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-04 23:18:00 +00:00
Remove redundant #[allow(...)]
This commit is contained in:
parent
acd13fd925
commit
3683caeb22
@ -15,7 +15,6 @@ impl Plane {
|
||||
self.coords.b
|
||||
}
|
||||
|
||||
#[allow(unused)] // code to use it is being worked on
|
||||
pub fn normal(&self) -> Vector<3> {
|
||||
self.u().cross(self.v()).normalize()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user