Skip to content

Commit

Permalink
misc: update how we store changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Oct 23, 2024
1 parent c6bb3b1 commit 1936d75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/global/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,6 @@ impl EnvironmentUpdate {
}
}

// #[derive(Debug, Clone, PartialEq, Eq)]
// pub(crate) enum PackageChange {
// Added(PackageName),
// Updated(PackageName, InstallChange), // Package with details on how it was updated
// Removed(PackageName),
// }

#[derive(Debug, Clone, PartialEq, Eq)]
#[must_use]
pub(crate) enum StateChange {
Expand Down

0 comments on commit 1936d75

Please sign in to comment.