Skip to content

Commit

Permalink
fix: impl Default for NpmResolutionSnapshot (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 10, 2025
1 parent 1897e62 commit c087a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolution/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl AddPkgReqsResult {
}
}

#[derive(Debug, Clone)]
#[derive(Debug, Default, Clone)]
pub struct NpmResolutionSnapshot {
/// The unique package requirements map to a single npm package name and version.
pub(super) package_reqs: HashMap<PackageReq, PackageNv>,
Expand Down

0 comments on commit c087a84

Please sign in to comment.