mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-03 07:46:08 +00:00
Remove redundant #[allow(...)]
This commit is contained in:
parent
9eecc85c94
commit
f4010867f4
@ -7,7 +7,6 @@ pub struct Plane {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Plane {
|
impl Plane {
|
||||||
#[allow(unused)] // code using this is being worked on
|
|
||||||
pub fn from_points([a, b, c]: [Point<3>; 3]) -> Self {
|
pub fn from_points([a, b, c]: [Point<3>; 3]) -> Self {
|
||||||
Self {
|
Self {
|
||||||
origin: a,
|
origin: a,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user