Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o committed Dec 24, 2023
1 parent 6369b87 commit ec27b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uri/src/parsers/ip_v6_address_parsers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ mod tests {

fn new_rng() -> RNG {
let mut rand = rand::thread_rng();
let rng = RNG::new_with_seed(rand.gen());
let rng = RNG::new().with_seed(rand.gen());
rng
}

Expand Down

0 comments on commit ec27b79

Please sign in to comment.