mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-07 07:45:52 +00:00
Remove unnecessary pub
This commit is contained in:
parent
90657b2452
commit
418b08f5b8
@ -10,8 +10,7 @@ use crate::geometry::CurveBoundary;
|
||||
/// boundary.
|
||||
#[derive(Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
pub struct CurveBoundaries<T: CurveBoundariesPayload = ()> {
|
||||
/// The [`CurveBoundary`] instances
|
||||
pub inner: Vec<(CurveBoundary<Point<1>>, T)>,
|
||||
inner: Vec<(CurveBoundary<Point<1>>, T)>,
|
||||
}
|
||||
|
||||
impl<T: CurveBoundariesPayload> CurveBoundaries<T> {
|
||||
|
Loading…
Reference in New Issue
Block a user