mirror of
https://github.com/github/codeql.git
synced 2026-06-23 21:57:01 +02:00
Fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -165,7 +165,7 @@ struct Seed {
|
||||
}
|
||||
|
||||
impl Seed {
|
||||
fn new(seed_value: u64) -> Self {
|
||||
fn new(_seed_value: u64) -> Self {
|
||||
Seed { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user