Skip to content

Commit

Permalink
fix benchmark compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 21, 2022
1 parent 1f4ae9e commit 53adcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-config/benches/large_config_file.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::convert::TryFrom;

use criterion::{black_box, criterion_group, criterion_main, Criterion};
use git_config::{file::File, parser::Parser};
use git_config::{parser::Parser, File};

fn git_config(c: &mut Criterion) {
c.bench_function("GitConfig large config file", |b| {
Expand Down

0 comments on commit 53adcfe

Please sign in to comment.