mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-28 05:14:13 +08: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).
8 lines
121 B
Rust
8 lines
121 B
Rust
pub struct OperationContext {}
|
|
|
|
impl OperationContext {
|
|
pub fn empty() -> OperationContext {
|
|
todo!()
|
|
}
|
|
}
|