diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-07-09 12:53:42 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-07-09 12:53:42 -0400 |
| commit | 08f8f0bfcd51f6127783ce6154abcb19c53210e8 (patch) | |
| tree | 8046db2db524b5b14c2498458a7b1c249a01198d /rust/examples | |
| parent | 0515d0caeb829ef6c91c4c9ba54504413163de4a (diff) | |
Fix rust warning
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/pdb-ng/src/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/pdb-ng/src/parser.rs b/rust/examples/pdb-ng/src/parser.rs index 1fc5bc08..2d56a76d 100644 --- a/rust/examples/pdb-ng/src/parser.rs +++ b/rust/examples/pdb-ng/src/parser.rs @@ -248,7 +248,7 @@ impl<'a, S: Source<'a> + 'a> PDBParserInstance<'a, S> { address, name, type_, - locals, + locals: _, .. }) => { self.log(|| { |
