diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-10 16:54:59 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-15 12:34:43 -0400 |
| commit | 2c7ac8726f30b4caa8a6a7c55a6c8aeba29916bb (patch) | |
| tree | 40b7ef6ca1c305de5a734bec9ac07ef6e0d267de /plugins/dwarf/dwarf_import/src/functions.rs | |
| parent | 414bc8049d51828c0870b68b72ddd9e50bc1e700 (diff) | |
[Rust] Misc formatting
Diffstat (limited to 'plugins/dwarf/dwarf_import/src/functions.rs')
| -rw-r--r-- | plugins/dwarf/dwarf_import/src/functions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dwarf/dwarf_import/src/functions.rs b/plugins/dwarf/dwarf_import/src/functions.rs index 49e16274..5f7b0e42 100644 --- a/plugins/dwarf/dwarf_import/src/functions.rs +++ b/plugins/dwarf/dwarf_import/src/functions.rs @@ -71,7 +71,7 @@ fn get_parameters<R: ReaderType>( } else { result.push(None) } - }, + } constants::DW_TAG_unspecified_parameters => variable_arguments = true, _ => (), } |
