mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 13:28:28 +00:00
Update name of type parameter
This commit is contained in:
parent
efa1a32404
commit
9a362350f8
@ -77,9 +77,9 @@ impl fmt::Display for OperationInSequence {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct ShapeExtender<'r, T> {
|
pub struct ShapeExtender<'r, NewOps> {
|
||||||
sequence: &'r mut Vec<OperationInSequence>,
|
sequence: &'r mut Vec<OperationInSequence>,
|
||||||
new_ops: T,
|
new_ops: NewOps,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'r> ShapeExtender<'r, ()> {
|
impl<'r> ShapeExtender<'r, ()> {
|
||||||
|
Loading…
Reference in New Issue
Block a user