mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-07 10:38:47 +00:00
8 lines
121 B
Rust
8 lines
121 B
Rust
|
pub struct OperationContext {}
|
||
|
|
||
|
impl OperationContext {
|
||
|
pub fn empty() -> OperationContext {
|
||
|
todo!()
|
||
|
}
|
||
|
}
|