diff options
Diffstat (limited to 'crates/shirabe/src/package')
| -rw-r--r-- | crates/shirabe/src/package/version/version_guesser.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/src/package/version/version_guesser.rs b/crates/shirabe/src/package/version/version_guesser.rs index c7ffd65..20d9974 100644 --- a/crates/shirabe/src/package/version/version_guesser.rs +++ b/crates/shirabe/src/package/version/version_guesser.rs @@ -362,7 +362,6 @@ impl VersionGuesser { &mut output, Some(path.to_string()), ) { - // TODO(phase-b): use anyhow::Result<Result<T, E>> to model PHP try/catch match self.version_parser.normalize(&trim(&output, None), None) { Ok(version) => return Ok(Some((version, trim(&output, None)))), Err(_e) => {} @@ -639,7 +638,6 @@ impl VersionGuesser { &mut output, Some(path.to_string()), ) { - // TODO(phase-b): use anyhow::Result<Result<T, E>> to model PHP try/catch match self.version_parser.normalize(&trim(&output, None), None) { Ok(v) => { version = Some(v); |
