Skip to content

Commit

Permalink
chore: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Apr 19, 2024
1 parent 77a7521 commit 2488258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/turborepo-lockfiles/src/pnpm/dep_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ fn parse_dep_path_v9(input: &str) -> Result<DepPath, Error> {

let (version, peer_suffix) = match version.find('(') {
Some(paren_index) if version.ends_with(')') => {
// TODO: safety of the split?
let (version, peer_suffix) = version.split_at(paren_index);
(version, Some(peer_suffix))
}
Expand Down

0 comments on commit 2488258

Please sign in to comment.