We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60b028 commit df0d2fdCopy full SHA for df0d2fd
git-function-history-lib/src/lib.rs
@@ -626,11 +626,7 @@ mod tests {
626
#[test]
627
fn expensive_tes() {
628
let now = Utc::now();
629
- let output = get_function_history(
630
- "empty_test",
631
- FileType::None,
632
- Filter::None
633
- );
+ let output = get_function_history("empty_test", FileType::None, Filter::None);
634
let after = Utc::now() - now;
635
println!("time taken: {}", after.num_seconds());
636
match &output {
0 commit comments