mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Remove unused export in Ast
This commit is contained in:
@@ -2514,7 +2514,7 @@ pub struct Ast {
|
||||
// Its type depends on what was requested to parse.
|
||||
top: Box<dyn NodeMut>,
|
||||
/// Whether any errors were encountered during parsing.
|
||||
pub any_error: bool,
|
||||
any_error: bool,
|
||||
/// Extra fields.
|
||||
pub extras: Extras,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user