Skip to content

Commit

Permalink
remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith authored Nov 4, 2024
1 parent 85d6b78 commit d6ad448
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/workspace/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ pub enum MappedResolutionError {
ImportMap(#[from] ImportMapError),
#[error(transparent)]
Workspace(#[from] WorkspaceResolveError),
#[error("{0}")]
Other(String),
}

impl MappedResolutionError {
Expand All @@ -188,7 +186,6 @@ impl MappedResolutionError {
ImportMapError::Other(_) => false,
},
MappedResolutionError::Workspace(_) => false,
Self::Other(_) => false,
}
}
}
Expand Down

0 comments on commit d6ad448

Please sign in to comment.