Skip to content

Commit 975d4a1

Browse files
committed
One more clippy thing
1 parent 39d9fa6 commit 975d4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/obj/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ fn perform_data_flow_analysis(obj: &mut Object, config: &DiffObjConfig) -> Resul
474474

475475
// Optional full data flow analysis
476476
if config.analyze_data_flow {
477-
obj.arch.data_flow_analysis(&obj, symbol, code, &section.relocations).and_then(
477+
obj.arch.data_flow_analysis(obj, symbol, code, &section.relocations).and_then(
478478
|flow_result| obj.flow_analysis_results.insert(symbol.address, flow_result),
479479
);
480480
}

0 commit comments

Comments
 (0)