Skip to content

Commit 9912f73

Browse files
Apply suggestions from code review
Co-authored-by: Tamo <[email protected]>
1 parent 8b48f83 commit 9912f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ pub struct GenericReadSplitPlaneNormal<'a, D: Distance> {
154154
pub right: NodeId,
155155
// Before version 0.7.0 instead of storing `None` for a missing normal, we were
156156
// storing a vector filled with zeros, that will be overwritten while creating this type.
157+
// We were also storing a simple vector instead of a leaf
157158
pub normal: Option<Leaf<'a, D>>,
158159
}
159160

0 commit comments

Comments
 (0)