Skip to content

Commit 8c24acc

Browse files
geoffw0Copilot
andauthored
Fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 721070a commit 8c24acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/ql/test/query-tests/security/CWE-327/WeakSensitiveDataHashing

rust/ql/test/query-tests/security/CWE-327/WeakSensitiveDataHashing/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ struct Seed {
165165
}
166166

167167
impl Seed {
168-
fn new(seed_value: u64) -> Self {
168+
fn new(_seed_value: u64) -> Self {
169169
Seed { }
170170
}
171171
}

0 commit comments

Comments
 (0)