Skip to content

Commit

Permalink
Removed package struct
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaslyang authored and nicholaslyang committed Aug 18, 2023
1 parent eadce54 commit e20c334
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/turborepo-lib/src/package_graph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ impl WorkspaceInfo {
type PackageName = String;
type PackageVersion = String;

#[derive(Debug, Clone, PartialEq, Eq, Hash, Ord, PartialOrd)]
pub struct Package {
name: PackageName,
version: PackageVersion,
}

/// Name of workspaces with a special marker for the workspace root
#[derive(Debug, Clone, Hash, Eq, PartialEq, Ord, PartialOrd)]
pub enum WorkspaceName {
Expand Down

0 comments on commit e20c334

Please sign in to comment.