mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Drop docs naming mechanisms that do not exist
This commit is contained in:
@@ -212,8 +212,7 @@ impl<'a, T> Deref for Lane<'a, T> {
|
||||
}
|
||||
|
||||
/// A materialized nesting level handed to a folding kernel: a thin element-typed
|
||||
/// view over the [`RecordBatch`] the level was collected into. The eventual
|
||||
/// `List` once `IList` is renamed.
|
||||
/// view over the [`RecordBatch`] the level was collected into.
|
||||
#[derive(Debug)]
|
||||
pub struct List<'a, T> {
|
||||
batch: RecordBatch<'a>,
|
||||
|
||||
@@ -480,8 +480,7 @@ impl<T: crate::bounds::BoundingBox + dyn_any::StaticTypeSized> crate::bounds::Bo
|
||||
|
||||
/// Records nested inside one element: a single homogeneous run. The `row`
|
||||
/// holds the group's own attribute record. A group that sits on a lane leaves
|
||||
/// it `None`, because that lane's record carries the attributes. The typed
|
||||
/// segment stack returns when merge constructs segments.
|
||||
/// it `None`, because that lane's record carries the attributes.
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Group<'e> {
|
||||
pub row: Option<GroupItem<'e>>,
|
||||
|
||||
Reference in New Issue
Block a user