mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Remove redundant pub
This commit is contained in:
parent
378047b79a
commit
3c7a2317c1
@ -2,7 +2,7 @@ pub type Point = [Scalar; 3];
|
|||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
pub struct Scalar {
|
pub struct Scalar {
|
||||||
pub inner: f64,
|
inner: f64,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Scalar {
|
impl Scalar {
|
||||||
|
Loading…
Reference in New Issue
Block a user