Skip to content

Commit

Permalink
Fix incorrect import in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifuno committed Oct 18, 2023
1 parent f851795 commit b210f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
exclude = ["benchmarks"]

members = ["quickphf", "quickphf_codegen"]
2 changes: 1 addition & 1 deletion benchmarks/benches/generate.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{cell::RefCell, iter::repeat_with};

use quickphf_codegen::generator::generate_phf;
use quickphf_codegen::phf::generate_phf;

use benchmarks::SIZES;

Expand Down

0 comments on commit b210f2c

Please sign in to comment.