mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
ast: remove stale parent pointer comment
It no longer applies.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user