crates/git/src/repository.rs 🔗
@@ -625,7 +625,6 @@ pub enum LogSource {
}
impl LogSource {
- // todo! clean this up
fn get_arg(&self) -> Result<&str> {
match self {
LogSource::All => Ok("--all"),
Anthony Eid created
crates/git/src/repository.rs | 1 -
1 file changed, 1 deletion(-)
@@ -625,7 +625,6 @@ pub enum LogSource {
}
impl LogSource {
- // todo! clean this up
fn get_arg(&self) -> Result<&str> {
match self {
LogSource::All => Ok("--all"),