diff --git a/src/syntax.rs b/src/syntax.rs index 84eae013f..1bd1076c0 100644 --- a/src/syntax.rs +++ b/src/syntax.rs @@ -54,7 +54,7 @@ pub struct SyntaxInfo<'a> { next_sibling: Cell>>, /// The syntax node that occurs before this one, in a depth-first /// tree traversal. - pub prev: Cell>>, + prev: Cell>>, /// The parent syntax node, if present. parent: Cell>>, /// Does the previous syntax node occur on the same line as the