aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/package
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/package')
-rw-r--r--crates/shirabe/src/package/locker.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/package/locker.rs b/crates/shirabe/src/package/locker.rs
index 2546780..ed53143 100644
--- a/crates/shirabe/src/package/locker.rs
+++ b/crates/shirabe/src/package/locker.rs
@@ -606,7 +606,6 @@ impl Locker {
let is_locked = match self.is_locked_result() {
Ok(b) => b,
Err(e) => {
- // TODO(phase-b): catch only ParsingException
if e.downcast_ref::<ParsingException>().is_some() {
false
} else {