summaryrefslogtreecommitdiff
path: root/server/common/src/git.rs
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-23 09:09:13 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-23 09:09:13 +0200
commit929bda8984995791f9702d8a38a06de00d3e555a (patch)
tree573123c0ddb7465bc4e7dc25e22b77af5af65fec /server/common/src/git.rs
parent4320977e4040d44dcdb346db1bf2d8ca6c5d316e (diff)
clippy: Random fixups
Diffstat (limited to 'server/common/src/git.rs')
-rw-r--r--server/common/src/git.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/common/src/git.rs b/server/common/src/git.rs
index 6b6cb6c..e7e5b28 100644
--- a/server/common/src/git.rs
+++ b/server/common/src/git.rs
@@ -218,7 +218,6 @@ impl RepoData {
}
}
- assert!(false);
Err(Error::new("Fetch succeeded but branch not found"))
}