aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/github.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/github.rs')
-rw-r--r--crates/shirabe/src/util/github.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/github.rs b/crates/shirabe/src/util/github.rs
index c87a83f..650ae33 100644
--- a/crates/shirabe/src/util/github.rs
+++ b/crates/shirabe/src/util/github.rs
@@ -241,7 +241,6 @@ impl GitHub {
{
Ok(_) => {}
Err(te) => {
- // TODO(phase-b): downcast anyhow::Error to TransportException for status code
let code = te
.downcast_ref::<crate::downloader::TransportException>()
.and_then(|t| t.get_status_code())