forked from extern/nushell
Remove the line primitive (#2887)
This commit is contained in:
@ -60,13 +60,6 @@ impl InputStream {
|
||||
value_tag = value_t;
|
||||
bytes.extend_from_slice(&s.into_bytes());
|
||||
}
|
||||
Some(Value {
|
||||
value: UntaggedValue::Primitive(Primitive::Line(s)),
|
||||
tag: value_t,
|
||||
}) => {
|
||||
value_tag = value_t;
|
||||
bytes.extend_from_slice(&s.into_bytes());
|
||||
}
|
||||
Some(Value {
|
||||
value: UntaggedValue::Primitive(Primitive::Binary(b)),
|
||||
tag: value_t,
|
||||
|
Reference in New Issue
Block a user