mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-06 01:58:46 +00:00
12afb320a3
Except for the indent visitor bits. Tests for parse_util_detect_errors* are not ported yet because they depend on expand.h (and operation_context.h which depends on env.h).
7 lines
121 B
Rust
7 lines
121 B
Rust
pub struct OperationContext {}
|
|
|
|
impl OperationContext {
|
|
pub fn empty() -> OperationContext {
|
|
todo!()
|
|
}
|
|
}
|