mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:34:58 +02:00
Bidirectional communication and streams for plugins (#11911)
This commit is contained in:
@ -164,7 +164,6 @@ pub enum Value {
|
||||
#[serde(rename = "span")]
|
||||
internal_span: Span,
|
||||
},
|
||||
#[serde(skip_serializing)]
|
||||
CustomValue {
|
||||
val: Box<dyn CustomValue>,
|
||||
// note: spans are being refactored out of Value
|
||||
|
Reference in New Issue
Block a user