Fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2026-06-22 16:10:57 +01:00
committed by GitHub
parent 721070a191
commit 8c24acc99d

View File

@@ -165,7 +165,7 @@ struct Seed {
}
impl Seed {
fn new(seed_value: u64) -> Self {
fn new(_seed_value: u64) -> Self {
Seed { }
}
}