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 2500130 commit 24572a2Copy full SHA for 24572a2
tasks/benchmark/benches/linter.rs
@@ -31,7 +31,7 @@ fn bench_linter(criterion: &mut Criterion) {
31
let linter = Linter::new(
32
LintOptions::default(),
33
ConfigStore::new(lint_config, FxHashMap::default()),
34
- None
+ None,
35
)
36
.with_fix(FixKind::All);
37
group.bench_function(id, |b| {
0 commit comments