Skip to content

Commit 11d227d

Browse files
author
mendelsshop
committed
cargo formatted: bumped some dependencies
listened to clippy simlified python parsing logic a drop
1 parent 5dbd32f commit 11d227d

File tree

1 file changed

+2
-2
lines changed
  • git-function-history-lib/src

1 file changed

+2
-2
lines changed

git-function-history-lib/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ pub fn get_function_history(
269269
}
270270
});
271271

272-
// todo use itertools to split into vec of oks and errs
273-
// and report some of errors if no oks and if no oks and errs report no history found
272+
// todo use itertools to split into vec of oks and errs
273+
// and report some of errors if no oks and if no oks and errs report no history found
274274
let commits = commits
275275
.filter_map(|i| {
276276
let tree = sender(i.0, &th_repo.to_thread_local(), name, *langs, file);

0 commit comments

Comments
 (0)