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