diff --git a/crates/git/src/repository.rs b/crates/git/src/repository.rs index 6961ffcc97d19ddda58305baa337ad1fc21b1ca9..e7e361649971961a66ef884a15da4b479c17d130 100644 --- a/crates/git/src/repository.rs +++ b/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"),