Sort naturally
This commit is contained in:
parent
b9f0510b5d
commit
e3bc82f0f3
3 changed files with 18 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ impl Ord for ProjectNode {
|
|||
}
|
||||
}
|
||||
}
|
||||
self.name().cmp(other.name())
|
||||
lexical_sort::natural_lexical_cmp(self.name(), other.name())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue