remove pstr_vec
This commit is contained in:
@@ -479,7 +479,6 @@ impl Div<Number> for Number {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl PartialEq for Number {
|
||||
fn eq(&self, rhs: &Self) -> bool {
|
||||
match (self, rhs) {
|
||||
@@ -563,7 +562,6 @@ impl PartialOrd for Number {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl Ord for Number {
|
||||
fn cmp(&self, rhs: &Number) -> Ordering {
|
||||
match (self, rhs) {
|
||||
|
||||
Reference in New Issue
Block a user