Skip to content

Commit

Permalink
chore: pls clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Feb 16, 2024
1 parent ec7534e commit 1d1d5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/graph/unique.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::graph::prelude::{Error, Rng, Token, TryFilterMap, TryGeneratorExt, Va
use crate::Graph;

use std::collections::HashMap;
use std::hash::{Hash, Hasher};
use std::hash::{Hash, Hasher, BuildHasher};

const MAX_RETRIES: usize = 64;

Expand Down

0 comments on commit 1d1d5c4

Please sign in to comment.