mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
from url
and from eml
(#324)
* MathEval Variance and Stddev * Fix tests and linting * Typo * Deal with streams when they are not tables * FromEml and FromUrl Added tests for from eml
This commit is contained in:
@ -531,6 +531,7 @@ impl PartialOrd for Value {
|
||||
(Value::Binary { val: lhs, .. }, Value::Binary { val: rhs, .. }) => {
|
||||
lhs.partial_cmp(rhs)
|
||||
}
|
||||
(Value::Nothing { .. }, Value::Nothing { .. }) => Some(Ordering::Equal),
|
||||
(_, _) => None,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user