mirror of
https://github.com/RGBCube/dix
synced 2025-07-27 11:47:46 +00:00
feat: make diff order match nvd
This commit is contained in:
parent
714fbbce6f
commit
50a9a673bd
1 changed files with 1 additions and 1 deletions
|
@ -38,9 +38,9 @@ struct Diff<T> {
|
|||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
enum DiffStatus {
|
||||
Changed,
|
||||
Added,
|
||||
Removed,
|
||||
Changed,
|
||||
}
|
||||
|
||||
impl DiffStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue