ast: remove stale parent pointer comment

It no longer applies.
This commit is contained in:
Peter Ammon
2025-04-20 18:32:00 -07:00
parent 93962c82df
commit 719a5d2909

View File

@@ -2387,8 +2387,6 @@ pub struct Extras {
pub struct Ast {
// The top node.
// Its type depends on what was requested to parse.
// Note Node parent pointers are implemented via raw pointers,
// so we must enforce pointer stability.
top: Box<dyn Node>,
/// Whether any errors were encountered during parsing.
any_error: bool,