aboutsummaryrefslogtreecommitdiff
path: root/src/yellow
diff options
context:
space:
mode:
Diffstat (limited to 'src/yellow')
-rw-r--r--src/yellow/red.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yellow/red.rs b/src/yellow/red.rs
index 91c4cd77f..f57c4a9b7 100644
--- a/src/yellow/red.rs
+++ b/src/yellow/red.rs
@@ -71,7 +71,7 @@ impl RedNode {
71 match &self.children.read()[idx] { 71 match &self.children.read()[idx] {
72 Some(child) => return Some(child.into()), 72 Some(child) => return Some(child.into()),
73 None => (), 73 None => (),
74 } 74 };
75 let green_children = self.green.children(); 75 let green_children = self.green.children();
76 let start_offset = self.start_offset() 76 let start_offset = self.start_offset()
77 + green_children[..idx] 77 + green_children[..idx]